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