TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeView Class / SearchAll Method
The string to search for.
Node column index.
String comparison type.
A value that determines how a string and value are compared.

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, _
       Optional ByVal stringComparison As StringComparison _
    ) As Boolean

    Parameters

    value
    The string to search for.
    columnIndex
    Node column index.
    comparisonType
    String comparison type.
    stringComparison
    A value that determines how a string and value are compared.

    Return Value

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