Table of Contents

Method SelectWordRight

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

SelectWordRight()

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

void SelectWordRight()

SelectWordRight(SelectionType)

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

void SelectWordRight(SelectionType selectionType)

Parameters

selectionType SelectionType

New type of the selection.