CanFindNext Method
CanFindNext()
When implemented by a class, indicates whether search engine can find next occurrence of the text specified by previous search or it is only first attempt to search.
Declaration
bool CanFindNext()
Returns
Type | Description |
---|---|
Boolean | False if it is the first attempt to search; otherwise true. |