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

Does nothing. Override to attach a color list to a color picker.

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

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void AttachColorList(
	NSColorList colorList
)
Public Overridable Sub AttachColorList ( _
	colorList As NSColorList _
)
public:
virtual void AttachColorList(
	NSColorList^ colorList
)
Parameters
colorList (NSColorList)
The color list to attach to the color picker.
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)