In This Article

ScrollToDocumentEndAction Class

Represents an IEditAction that scrolls to the document end.

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

Constructors

ScrollToDocumentEndAction()

Initializes an instance of the ScrollToDocumentEndAction class.

public ScrollToDocumentEndAction()

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