Table of Contents

Method SelectCharRight

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

SelectCharRight()

When implemented by a class, increases selected text to one character at the right side of the selection region.

void SelectCharRight()

SelectCharRight(SelectionType)

When implemented by a class, increases selected text to one character at the right side of the selection region and sets a given selection type.

void SelectCharRight(SelectionType selectionType)

Parameters

selectionType SelectionType

New type of the selection.