The type of substring matching used by the Find panel.
Available in Mac OS X v10.5 and later.
| C# | Visual Basic | Visual C++ |
public enum NSFindPanelSubstringMatchType
Public Enumeration NSFindPanelSubstringMatchType
public enum class NSFindPanelSubstringMatchType
| Member | Description |
|---|---|
| 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. |
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)