In This Article

ScrollToDocumentStartAction Class

Represents an IEditAction that scrolls to the document start.

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

Constructors

ScrollToDocumentStartAction()

Initializes an instance of the ScrollToDocumentStartAction class.

public ScrollToDocumentStartAction()

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