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