In This Article

FindAction Class

Represents an IEditAction that opens the search overlay pane in find mode and activates (focuses) it.

public class FindAction : SearchActionBase, IEditAction, IKeyedObject
Inheritance:
object RoutedCommand RoutedUICommand EditActionBase SearchActionBase object
Derived:
FindNextAction FindNextSelectedAction FindPreviousAction FindPreviousSelectedAction
Implements:
IEditAction IKeyedObject

Constructors

FindAction()

Initializes an instance of the FindAction class.

public FindAction()

FindAction(string)

Initializes an instance of the FindAction class.

protected FindAction(string text)
Parameter Type Description
text string

The command text.

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