Back to Devexpress

TextEditCustomHighlightTextEventArgs.HighlightWords Method

windowsforms-devexpress-dot-xtraeditors-dot-texteditcustomhighlighttexteventargs-dot-highlightwords.md

latest1.1 KB
Original Source

TextEditCustomHighlightTextEventArgs.HighlightWords Method

NameParametersDescription
HighlightWords(String, Action<TextEdit.Block>, CompareOptions)text, settings, optionsHighlights or custom paints whole words.
HighlightWords(String, Color, Color, CompareOptions)text, foreColor, backColor, optionsHighlights whole words using custom foreground and background colors.
HighlightWords(String, Color, CompareOptions)text, foreColor, optionsHighlights whole words using a custom foreground color.