RichTextBoxExtensionsColorizeMatches Method

Overload List

ColorizeMatches(RichTextBox, Regex, Color) Matches all the occurrences of the specified regular expression in the source RichTextBox and set the foreground color of any occurrence found.
ColorizeMatches(RichTextBox, Regex, Color) Matches all the occurrences of any of the specified regular expressions in the source RichTextBox and set the foreground color of any occurrence found.
ColorizeMatches(RichTextBox, String, Boolean, Color) Matches all the occurrences of the specified string in the source RichTextBox and set the foreground color of any occurrence found.
ColorizeMatches(RichTextBox, String, Boolean, Color) Matches all the occurrences of the specified strings in the source RichTextBox and set the foreground color of any occurrence found.
ColorizeMatches(RichTextBox, Regex, Color, Color) Matches all the occurrences of the specified regular expression in the source RichTextBox and set the foreground and background colors of any occurrence found.
ColorizeMatches(RichTextBox, Regex, Color, Color) Matches all the occurrences of any of the specified regular expressions in the source RichTextBox and set the foreground and background colors of any occurrence found.
ColorizeMatches(RichTextBox, String, Boolean, Color, Color) Matches all the occurrences of the specified string in the source RichTextBox and set the foreground and background colors of any occurrence found.
ColorizeMatches(RichTextBox, String, Boolean, Color, Color) Matches all the occurrences of the specified strings in the source RichTextBox and set the foreground and background colors of any occurrence found.
ColorizeMatches(RichTextBox, Regex, Color, Color, Font) Matches all the occurrences of the specified regular expression in the source RichTextBox and set the foreground color, background color, and the font of any occurrence found.
ColorizeMatches(RichTextBox, Regex, Color, Color, Font) Matches all the occurrences of any of the specified regular expressions in the source RichTextBox and set the foreground color, background color, and the font of any occurrence found.
ColorizeMatches(RichTextBox, String, Boolean, Color, Color, Font) Matches all the occurrences of the specified string in the source RichTextBox and set the foreground color, background color, and the font of any occurrence found.
ColorizeMatches(RichTextBox, String, Boolean, Color, Color, Font) Matches all the occurrences of the specified strings in the source RichTextBox and set the foreground color, background color, and the font of any occurrence found.

See Also