TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeView Class / SearchAll Method
The string to search for.
Node column index.
String comparison type.

In This Topic
    SearchAll Method (C1TreeView)
    In This Topic
    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