FindNodeByText(String) Method
Searches
C1TreeViewNode node through the collection by the Text. Recursive searching is used until
C1TreeViewNode node is found.
'Declaration
Public Function FindNodeByText( _
ByVal As System.String _
) As C1TreeViewNode
Parameters
- text
Return Value
First
C1TreeViewNode node that match the searched text.