These constants define the tags for performFindPanelAction:.
Available in Mac OS X v10.3 and later.
| C# | Visual Basic | Visual C++ |
public enum NSFindPanelAction
Public Enumeration NSFindPanelAction
public enum class NSFindPanelAction
| Member | Description |
|---|---|
| NSFindPanelActionShowFindPanel | Displays the find panel. Available in Mac OS X v10.3 and later. |
| NSFindPanelActionNext | Finds the next instance of the queried text. Available in Mac OS X v10.3 and later. |
| NSFindPanelActionPrevious | Finds the previous instance of the queried text. Available in Mac OS X v10.3 and later. |
| NSFindPanelActionReplaceAll | Replaces all query instances within the text view. Available in Mac OS X v10.3 and later. |
| NSFindPanelActionReplace | Replaces a single query instance within the text view. Available in Mac OS X v10.3 and later. |
| NSFindPanelActionReplaceAndFind | Replaces a single query instance and finds the next. Available in Mac OS X v10.3 and later. |
| NSFindPanelActionSetFindString | Sets the query string to the current selection. Available in Mac OS X v10.3 and later. |
| NSFindPanelActionReplaceAllInSelection | Replaces all query instances within the selection. Available in Mac OS X v10.3 and later. |
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)