MonobjcMonobjc Documented Class Library
NSFocusRingType Enumeration
NamespacesMonobjc.AppKitNSFocusRingType

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.

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


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)