TextEditCustomHighlightTextEventArgs.HighlightWords Method
Name | Parameters | Description |
---|---|---|
HighlightWords(String, Action<TextEdit.Block>, CompareOptions) | text, settings, options | Highlights or custom paints whole words. |
HighlightWords(String, Color, Color, CompareOptions) | text, foreColor, backColor, options | Highlights whole words using custom foreground and background colors. |
HighlightWords(String, Color, CompareOptions) | text, foreColor, options | Highlights whole words using a custom foreground color. |