Method SelectWordLeft
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
SelectionTypeNew type of the selection.