IEditorOperations::MoveToEndOfLine Method (Boolean)

 

Moves the caret to the end of the line.

Namespace:   Microsoft.VisualStudio.Text.Operations
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

void MoveToEndOfLine(
	bool extendSelection
)

Parameters

extendSelection
Type: System::Boolean

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

Return to top
Show: