Table of Contents

Method SelectWordLeft

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

SelectWordLeft()

When implemented by a class, increases selected text to the word located at the left side of the current position in the control.

void SelectWordLeft()

SelectWordLeft(SelectionType)

When implemented by a class, increases selected text to the word located at the left side of the current position in the control and sets a given selection type.

void SelectWordLeft(SelectionType selectionType)

Parameters

selectionType SelectionType

New type of the selection.