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
boolSpecifies if no visual feedback is required.