Table of Contents

Method IsSelectionSearch

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

IsSelectionSearch(out SelectionType, out Rectangle)

When implemented by a class, deterimes if SyntaxEdit performs search throught selected text.

bool IsSelectionSearch(out SelectionType selectionType, out Rectangle selectionRect)

Parameters

selectionType SelectionType

SelectionType when the search started.

selectionRect Rectangle

Selection bounds when the search started

Returns

bool

True, if search through selection is performed; otherwise false.