ComponentOne TreeView for WinForms
SearchAll Method

C1.Win.TreeView Namespace > C1TreeView Class : SearchAll Method
The string to search for.
Node column index.
String comparison type.
Searches and shows all nodes containing the specified string.
Syntax
'Declaration
 
Public Function SearchAll( _
   ByVal value As String, _
   Optional ByVal columnIndex As Integer, _
   Optional ByVal comparisonType As ComparisonType _
) As Boolean

Parameters

value
The string to search for.
columnIndex
Node column index.
comparisonType
String comparison type.

Return Value

True if any nodes are found, False otherwise.
See Also

Reference

C1TreeView Class
C1TreeView Members