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