In This Article

FindNextAction Class

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

public class FindNextAction : 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

FindNextAction()

Initializes an instance of the FindNextAction class.

public FindNextAction()

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