Table of Contents

Method IncrementalSearch

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

IncrementalSearch(string, bool)

Finds given text incrementally.

public bool IncrementalSearch(string key, bool deleteLast)

Parameters

key string

Additional value to search text.

deleteLast bool

Specifies whether search text should be altered by adding Key string.

Returns

bool

True if succeed; otherwise false.