IEditorOperations.MoveToPreviousCharacter(Boolean) Method

Definition

Moves the caret to the previous character.

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