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

Tells the receiver to detach the given color list, unless the receiver isn’t displaying the list.

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

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
void DetachColorList(
	NSColorList colorList
)
Sub DetachColorList ( _
	colorList As NSColorList _
)
void DetachColorList(
	NSColorList^ colorList
)
Parameters
colorList (NSColorList)
The color list to detach.
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)