Method OnTextFound
OnTextFound(string, SearchOptions, Regex, Match, Point, int, bool, bool)
When implemented by a class, occurs when search text is found.
void OnTextFound(string text, SearchOptions options, Regex expression, Match match, Point position, int len, bool silent, bool multiline)
Parameters
textstringText being found.
optionsSearchOptionsRepresents options to search text.
expressionRegexRepresents a regular expression to find text.
matchMatchSpecifies match if regular expression search successful.
positionPointSpecifies position of found text.
lenintSpecifies length of found text.
silentboolDetermines if no visual feedback is required.
multilineboolDetermines if search text is found on multiple lines.