Table of Contents

Method SelectWordLeft

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v10.dll

SelectWordLeft()

Increases selection to the word located at the left side of the current position in the control.

public virtual void SelectWordLeft()

SelectWordLeft(SelectionType)

Increases selection to the word located at the left side of the current position in the control and sets a given selection type.

public virtual void SelectWordLeft(SelectionType selectionType)

Parameters

selectionType SelectionType

New type of the selection.