In This Article

MoveLeftAction Class

Represents an IEditAction that moves the carets left a character.

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

Constructors

MoveLeftAction()

Initializes an instance of the MoveLeftAction class.

public MoveLeftAction()

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