Returns the first item that matches exactly with the text used as search parameter
'Declaration
Public Function FindItem( _
ByVal As System.String _
) As C1TreeViewItem
Parameters
- text
- The text to search for
Return Value
The item that matched the search parameter, null otherwise