Table of Contents

Method CanSearchSelection

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

CanSearchSelection(out string)

When implemented by a class, returns whether search can be performed inside selection.

bool CanSearchSelection(out string selectedText)

Parameters

selectedText string

Specifies the text being selected.

Returns

bool

True if selection is not empty; otherwise false.