IEditorOperations.MoveToNextCharacter(Boolean) Method

Definition

Moves the caret to the next character.

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