In This Article

ScrollDownAction Class

Represents an IEditAction that scrolls down a line.

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

Constructors

ScrollDownAction()

Initializes an instance of the ScrollDownAction class.

public ScrollDownAction()

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