In This Article

SelectDownAction Class

Represents an IEditAction that extends the selection ranges down a line.

public class SelectDownAction : EditActionBase, IEditAction, IKeyedObject, ICommand<IEditorView>, ICommand
Inheritance:
object Command EditActionBase object
Implements:
IEditAction IKeyedObject ICommand<IEditorView> ICommand

Constructors

SelectDownAction()

Initializes an instance of the class.

public SelectDownAction()

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

Extension Methods