In This Article

ScrollLineToVisibleTopAction Class

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

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

Constructors

ScrollLineToVisibleTopAction()

Initializes an instance of the ScrollLineToVisibleTopAction class.

public ScrollLineToVisibleTopAction()

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