Table of Contents

Method IncrementalSearch

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

IncrementalSearch(string, bool)

Finds given text incrementally.

public bool IncrementalSearch(string key, bool deleteLast)

Parameters

key string

Additional value to the search text.

deleteLast bool

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

Returns

bool

True if succeed; otherwise false.