Expand Minimize
This topic has not yet been rated - Rate this topic

IEditorOperations.MoveLineUp Method

Moves the caret one line up.

Namespace:  Microsoft.VisualStudio.Text.Operations
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
void MoveLineUp(
	bool extendSelection
)

Parameters

extendSelection
Type: Boolean

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

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.