Table of Contents

Method SelectCharLeft

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

SelectCharLeft()

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

void SelectCharLeft()

SelectCharLeft(SelectionType)

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

void SelectCharLeft(SelectionType selectionType)

Parameters

selectionType SelectionType

New type of the selection.