Method CycledSearch
CycledSearch(string, SearchOptions, Regex, bool)
Performs cycled search.
public virtual bool CycledSearch(string text, SearchOptions options, Regex expression, bool silent)
Parameters
text
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.