Table of Contents

Method HighlightAll

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

HighlightAll(string, SearchOptions, Regex)

When implemented by a class, highlights all occurrences of specified string in the class text content.

int HighlightAll(string text, SearchOptions options, Regex expression)

Parameters

text string

Specifies text to mark.

options SearchOptions

Specifies parameters of search.

expression Regex

Represents a regular expression to find text.

Returns

int

Number of found occurrences.