In This Article

SelectBlockLeftAction Class

Represents an IEditAction that extends the block selection left a character.

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

Constructors

SelectBlockLeftAction()

Initializes an instance of the SelectBlockLeftAction class.

public SelectBlockLeftAction()

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