Method SearchCycled
SearchCycled(string, SearchOptions, Regex, bool)
Performs cycled search.
public bool SearchCycled(string str, SearchOptions options, Regex expression, bool silent)
Parameters
strstringText being found.
optionsSearchOptionsRepresents options to search text.
expressionRegexRepresents a regular expression to find text.
silentboolDetermines if no visual feedback is required.
Returns
- bool
True if search succeed; otherwise false.