Table of Contents

Method CanSearchSelection

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

CanSearchSelection(out string)

Returns whether search can be performed inside selection.

public bool CanSearchSelection(out string selectedText)

Parameters

selectedText string

Receives selected text value.

Returns

bool

True if selection is not empty; otherwise false.