In This Article

SelectToDocumentEndAction Class

Represents an IEditAction that extends the selection to the end of the document.

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

Constructors

SelectToDocumentEndAction()

Initializes an instance of the SelectToDocumentEndAction class.

public SelectToDocumentEndAction()

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