In This Article

SelectPageDownAction Class

Represents an IEditAction that extends the selection ranges down a page.

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

Constructors

SelectPageDownAction()

Initializes an instance of the SelectPageDownAction class.

public SelectPageDownAction()

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