Method SelectWordRight
SelectWordRight()
Increases selected text to the word located at the right side of the current position in the control.
public virtual void SelectWordRight()
SelectWordRight(SelectionType)
Increases selected text to the word located at the right side of the current position in the control and sets a given selection type.
public virtual void SelectWordRight(SelectionType selectionType)
Parameters
selectionType
SelectionTypeNew type of the selection.