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