In This Article

ScrollPageUpAction Class

Represents an IEditAction that scrolls up a page.

public class ScrollPageUpAction : EditActionBase, IEditAction, IKeyedObject
Inheritance:
object Command EditActionBase object
Implements:
IEditAction IKeyedObject

Constructors

ScrollPageUpAction()

Initializes an instance of the ScrollPageUpAction class.

public ScrollPageUpAction()

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