In This Article

ScrollLineToVisibleMiddleAction Class

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

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

Constructors

ScrollLineToVisibleMiddleAction()

Initializes an instance of the ScrollLineToVisibleMiddleAction class.

public ScrollLineToVisibleMiddleAction()

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