Method SelectWordLeft
SelectWordLeft()
Increases selected text to the word located at the left side of the current position in the control.
public virtual void SelectWordLeft()
SelectWordLeft(SelectionType)
Increases selected text 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
SelectionTypeNew type of the selection.