HighlightText

HighlightText(string, Color)

Highlight all matches of sample in text frame text using specified color.

public void HighlightText(string text, Color highlightColor)
ParameterTypeDescription
textStringText sample to highlight.
highlightColorColorHighlighting color.

See Also


HighlightText(string, Color, ITextHighlightingOptions)

Highlight all matches of sample in text frame text using specified color.

public void HighlightText(string text, Color highlightColor, ITextHighlightingOptions options)
ParameterTypeDescription
textStringText sample to highlight.
highlightColorColorHighlighting color.
optionsITextHighlightingOptionsHighlighting options.

See Also