In This Article

MoveToNextLineStartAfterIndentationAction Class

Represents an IEditAction that moves the carets to the first non-whitespace character on their next lines.

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

Constructors

MoveToNextLineStartAfterIndentationAction()

Initializes an instance of the MoveToNextLineStartAfterIndentationAction class.

public MoveToNextLineStartAfterIndentationAction()

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