IEditorOperations.MoveToStartOfNextLineAfterWhiteSpace(Boolean) Method

Definition

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

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

Parameters

extendSelection
Boolean

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

Remarks

If the caret is on the last line, this method moves it to the start of the line after all white space.

Applies to