In This Article

SelectToLineStartAction Class

Represents an IEditAction that extends the selection ranges to the start of their lines.

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

Constructors

SelectToLineStartAction()

Initializes an instance of the SelectToLineStartAction class.

public SelectToLineStartAction()

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