Table of Contents

Method SelectedString

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

SelectedString(int)

When implemented by a class, returns selected part of string at specified position.

string SelectedString(int index)

Parameters

index int

Specifies an index of the line.

Returns

string

Selected part of specified string.

Remarks

If selection is empty method returns null.