MonobjcMonobjc Documented Class Library
NSFindPanelAction Enumeration
NamespacesMonobjc.AppKitNSFindPanelAction

These constants define the tags for performFindPanelAction:.

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSFindPanelAction
Public Enumeration NSFindPanelAction
public enum class NSFindPanelAction
Members
MemberDescription
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.


Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)