IEditorOperations::MoveToHome Method (Boolean)
Visual Studio 2015
Moves the caret to the first text column on the line.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Parameters
- extendSelection
-
Type:
System::Boolean
If true, the selection is extended when the caret is moved; if false, the selection is not extended.
The result of this method is the same as the result of pressing the Home key. If the caret is already at the first text column, or if there is no text, this method moves the caret to the first column on the line.
Show: