In This Article

ScrollLineToVisibleBottomAction Class

Represents an IEditAction that scrolls the current view line to the bottom of the view.

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

Constructors

ScrollLineToVisibleBottomAction()

Initializes an instance of the ScrollLineToVisibleBottomAction class.

public ScrollLineToVisibleBottomAction()

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