Table of Contents

Method SelectedString

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

SelectedString(int)

Returns selected part of string at specified position.

public virtual string SelectedString(int index)

Parameters

index int

Specifies line index.

Returns

string

Selected part of specified string.

Remarks

If selection is empty method returns null.

SelectedString(int, SelectionType, Rectangle)

protected virtual string SelectedString(int index, SelectionType selType, Rectangle selRect)

Parameters

index int
selType SelectionType
selRect Rectangle

Returns

string