MonobjcMonobjc Documented Class Library
NSFocusRingPlacement Enumeration
NamespacesMonobjc.AppKitNSFocusRingPlacement

The focus ring style indicates how the focus ring will be drawn.

Available in Mac OS X v10.1 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSFocusRingPlacement
Public Enumeration NSFocusRingPlacement
public enum class NSFocusRingPlacement
Members
MemberDescription
NSFocusRingOnly

Use NSFocusRingOnly if you don’t have an image or text.

Available in Mac OS X v10.1 and later.


NSFocusRingBelow

Use NSFocusRingBelow to draw the focus ring under text.

Available in Mac OS X v10.1 and later.


NSFocusRingAbove

Use NSFocusRingAbove to draw over an image.

Fill a shape to add the focus ring around the shape.

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