In This Article

MoveToVisibleBottomAction Class

Represents an IEditAction that moves the caret to the bottom of the view.

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

Constructors

MoveToVisibleBottomAction()

Initializes an instance of the MoveToVisibleBottomAction class.

public MoveToVisibleBottomAction()

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