IEditorOperations.MoveToStartOfLineAfterWhiteSpace(Boolean) Method

Definition

Moves the caret to the start of the line after all white space.

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