MonobjcMonobjc Documented Class Library
DetachColorList Method (colorList)
NamespacesMonobjc.AppKitNSColorPanelDetachColorList(NSColorList)

Removes the list of colors from all the color pickers in the receiver that display color lists by invoking detachColorList: on all color pickers in the application.

Original signature is '- (void)detachColorList:(NSColorList *)colorList'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void DetachColorList(
	NSColorList colorList
)
Public Overridable Sub DetachColorList ( _
	colorList As NSColorList _
)
public:
virtual void DetachColorList(
	NSColorList^ colorList
)
Parameters
colorList (NSColorList)
The list of NSColor objects to remove from the color pickers in the color panel.
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)