MultiColumnCombo for WinForms | ComponentOne
C1.Win.Input.MultiColumnCombo Namespace / IDropDownView Interface / ApplySearch Method
Text which will be searched.
Defines will search results be highlighted or not.
Defines will search results be filtered or not.

In This Topic
    ApplySearch Method
    In This Topic
    Applies search to the data on the dropdown view.
    Syntax
    'Declaration
     
    
    Sub ApplySearch( _
       ByVal text As String, _
       ByVal highlight As Boolean, _
       ByVal filter As Boolean _
    ) 
    void ApplySearch( 
       string text,
       bool highlight,
       bool filter
    )

    Parameters

    text
    Text which will be searched.
    highlight
    Defines will search results be highlighted or not.
    filter
    Defines will search results be filtered or not.
    See Also