Table of Contents

Method CycledSearch

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

CycledSearch(string, SearchOptions, Regex, bool)

Performs cycled search.

public virtual bool CycledSearch(string text, SearchOptions options, Regex expression, bool silent)

Parameters

text string

Text being found.

options SearchOptions

Represents options to search text.

expression Regex

Represents a regular expression to find text.

silent bool

Determines if no visual feedback is required.

Returns

bool