Method IncrementalSearch
IncrementalSearch(string, bool)
Finds given text incrementally.
public bool IncrementalSearch(string key, bool deleteLast)
Parameters
key
stringAdditional value to the search text.
deleteLast
boolSpecifies whether search text should be altered by adding Key string.
Returns
- bool
True if succeed; otherwise false.