In This Article

SelectBlockToPreviousWordAction Class

Represents an IEditAction that extends the block selection to the previous word.

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

Constructors

SelectBlockToPreviousWordAction()

Initializes an instance of the SelectBlockToPreviousWordAction class.

public SelectBlockToPreviousWordAction()

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