IEditorOperations.MoveToPreviousWord(Boolean) Method

Definition

Moves the caret to the previous word.

public:
 void MoveToPreviousWord(bool extendSelection);
public:
 void MoveToPreviousWord(bool extendSelection);
void MoveToPreviousWord(bool extendSelection);
public void MoveToPreviousWord (bool extendSelection);
abstract member MoveToPreviousWord : bool -> unit
Public Sub MoveToPreviousWord (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