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