Back to Devexpress

TextEditCustomHighlightTextEventArgs.HighlightRanges Method

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

latest1.2 KB
Original Source

TextEditCustomHighlightTextEventArgs.HighlightRanges Method

NameParametersDescription
HighlightRanges(String, Action<TextEdit.Block>, CompareOptions)text, settings, optionsHighlights or custom paints all text blocks that have the specified content.
HighlightRanges(String, Color, Color, CompareOptions)text, foreColor, backColor, optionsHighlights all text blocks that have specified content using custom foreground and background colors.
HighlightRanges(String, Color, CompareOptions)text, foreColor, optionsHighlights all text blocks that have the specified content using a custom foreground color.