In This Article

SelectBlockDownAction Class

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

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

Constructors

SelectBlockDownAction()

Initializes an instance of the SelectBlockDownAction class.

public SelectBlockDownAction()

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