In This Article

MoveToLineEndAction Class

Represents an IEditAction that moves the carets to the end of their current lines.

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

Constructors

MoveToLineEndAction()

Initializes an instance of the MoveToLineEndAction class.

public MoveToLineEndAction()

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