The focus ring type is used by NSView and NSCell to configure if and how a control should draw its focus ring.
Available in Mac OS X v10.3 and later.
| C# | Visual Basic | Visual C++ |
public enum NSFocusRingType
Public Enumeration NSFocusRingType
public enum class NSFocusRingType
| Member | Description |
|---|---|
| NSFocusRingTypeDefault | The default focus ring type for NSView or NSCell. Available in Mac OS X v10.3 and later. |
| NSFocusRingTypeNone | No focus ring. If you set the focus ring type to this value, NSView and NSCell will not draw any focus ring. Available in Mac OS X v10.3 and later. |
| NSFocusRingTypeExterior | The standard Aqua focus ring. 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)