MonobjcMonobjc Documented Class Library
AttachColorList Method (colorList)
NamespacesMonobjc.AppKitINSColorPickingDefaultAttachColorList(NSColorList)

Tells the receiver to attach the given color list, if it isn’t already displaying the list.

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

Available in Mac OS X v10.0 and later.

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