IEditorOperations.MoveToNextWord(Boolean) Method

Definition

Moves the caret to the next word.

public:
 void MoveToNextWord(bool extendSelection);
public:
 void MoveToNextWord(bool extendSelection);
void MoveToNextWord(bool extendSelection);
public void MoveToNextWord (bool extendSelection);
abstract member MoveToNextWord : bool -> unit
Public Sub MoveToNextWord (extendSelection As Boolean)

Parameters

extendSelection
Boolean

If true, the selection is extended when the caret is moved; if false, the selection is not extended.

Applies to