MonobjcMonobjc Documented Class Library
SupportsMode Method (mode)
NamespacesMonobjc.AppKitINSColorPickingCustomSupportsMode(NSColorPanelMode)

Returns a Boolean value indicating whether or not the receiver supports the specified picking mode. (required)

Original signature is '- (BOOL)supportsMode:(NSColorPanelMode)mode'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
bool SupportsMode(
	NSColorPanelMode mode
)
Function SupportsMode ( _
	mode As NSColorPanelMode _
) As Boolean
bool SupportsMode(
	NSColorPanelMode mode
)
Parameters
mode (NSColorPanelMode)
The color picking mode.
Return Value
YES if the color picker supports the specified color picking mode; otherwise NO.
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)