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
text
stringText being found.
options
SearchOptionsRepresents options to search text.
expression
RegexRepresents a regular expression to find text.
match
MatchSpecifies match if regular expression search successful.
position
PointSpecifies position of found text.
len
intSpecifies length of found text.
silent
boolDetermines if no visual feedback is required.
multiline
boolDetermines if search text is found on multiple lines.