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
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