MonobjcMonobjc Documented Class Library
NSFindPanelSubstringMatchType Enumeration
NamespacesMonobjc.AppKitNSFindPanelSubstringMatchType

The type of substring matching used by the Find panel.

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSFindPanelSubstringMatchType
Public Enumeration NSFindPanelSubstringMatchType
public enum class NSFindPanelSubstringMatchType
Members
MemberDescription
NSFindPanelSubstringMatchTypeContains

Finds a word containing the search string.

Available in Mac OS X v10.5 and later.


NSFindPanelSubstringMatchTypeStartsWith

Finds a word starting with the search string.

Available in Mac OS X v10.5 and later.


NSFindPanelSubstringMatchTypeFullWord

Finds a word exactly matching the search string.

Available in Mac OS X v10.5 and later.


NSFindPanelSubstringMatchTypeEndsWith

Finds a word ending with the search string.

Available in Mac OS X v10.5 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)