FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / SearchApplyingEventArgs Class / SearchApplyingEventArgs Constructor / SearchApplyingEventArgs Constructor(String,Boolean,Boolean,Boolean,Boolean)
The words to search.
Determines whether search results are highlighted.
Determines whether the search results are filtered.
Determines whether to search only in visible columns.
Determines whether to search only in visible rows.

In This Topic
    SearchApplyingEventArgs Constructor(String,Boolean,Boolean,Boolean,Boolean)
    In This Topic
    Initializes a new instance of the SearchApplyingEventArgs class. This constructor is obsolete. Call constructor with HighlightMode argument instead.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal text As String, _
       ByVal highlight As Boolean, _
       ByVal filter As Boolean, _
       ByVal onlyVisibleColumns As Boolean, _
       ByVal onlyVisibleRows As Boolean _
    )

    Parameters

    text
    The words to search.
    highlight
    Determines whether search results are highlighted.
    filter
    Determines whether the search results are filtered.
    onlyVisibleColumns
    Determines whether to search only in visible columns.
    onlyVisibleRows
    Determines whether to search only in visible rows.
    See Also