'Declaration Public Function FindItem( _ ByVal text As System.String _ ) As C1TreeViewItem
public C1TreeViewItem FindItem( System.string text )
Parameters
- text
 - The text to search for
 
Return Value
The item that matched the search parameter, null otherwise