In This Article

FindNextSelectedAction Class

Represents an IEditAction that updates the SearchOptions find text with the currently-selected text, and then searches to locate the next find text match in the active view.

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

Constructors

FindNextSelectedAction()

Initializes an instance of the FindNextSelectedAction class.

public FindNextSelectedAction()

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