MonobjcMonobjc Documented Class Library
KeyboardFocusIndicatorColor Property
NamespacesMonobjc.AppKitNSColorKeyboardFocusIndicatorColor

Returns the system color that represents the keyboard focus ring around controls.

Original signature is '+ (NSColor *)keyboardFocusIndicatorColor'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSColor KeyboardFocusIndicatorColor { get; }
Public Shared ReadOnly Property KeyboardFocusIndicatorColor As NSColor
	Get
public:
static property NSColor^ KeyboardFocusIndicatorColor {
	NSColor^ get ();
}
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)