In This Article

ScrollUpAction Class

Represents an IEditAction that scrolls up a line.

public class ScrollUpAction : EditActionBase, ICommand, IEditAction, IKeyedObject, ICommand
Inheritance:
Object RoutedCommand RoutedUICommand EditActionBase Object
Implements:
IEditAction IKeyedObject

Constructors

ScrollUpAction()

Initializes an instance of the ScrollUpAction class.

public ScrollUpAction()

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