In This Article

MoveUpAction Class

Represents an IEditAction that moves the carets up a line.

public class MoveUpAction : EditActionBase, IEditAction, IKeyedObject
Inheritance:
object RoutedCommand RoutedUICommand EditActionBase object
Implements:
IEditAction IKeyedObject

Constructors

MoveUpAction()

Initializes an instance of the MoveUpAction class.

public MoveUpAction()

Methods

Execute(IEditorView)

Executes the edit action in the specified IEditorView.

public override void Execute(IEditorView view)
Parameter Type Description
view IEditorView

The IEditorView in which to execute the edit action.

Inherited Members