IEditorOperations.MoveToStartOfPreviousLineAfterWhiteSpace(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Moves the caret to the start of the previous line after all white space.
public:
void MoveToStartOfPreviousLineAfterWhiteSpace(bool extendSelection);
public:
void MoveToStartOfPreviousLineAfterWhiteSpace(bool extendSelection);
void MoveToStartOfPreviousLineAfterWhiteSpace(bool extendSelection);
public void MoveToStartOfPreviousLineAfterWhiteSpace (bool extendSelection);
abstract member MoveToStartOfPreviousLineAfterWhiteSpace : bool -> unit
Public Sub MoveToStartOfPreviousLineAfterWhiteSpace (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 first line, this method moves it to the start of the ine after all white space.