In This Article

FindPreviousAction Class

Represents an IEditAction that searches to locate the previous SearchOptions find text match in the active view.

public class FindPreviousAction : FindAction, IEditAction, IKeyedObject
Inheritance:
object RoutedCommand RoutedUICommand EditActionBase SearchActionBase FindAction object
Implements:
IEditAction IKeyedObject

Remarks

The FindAction logic will occur if there is not any find text currently set in the SearchOptions.

Constructors

FindPreviousAction()

Initializes an instance of the FindPreviousAction class.

public FindPreviousAction()

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