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.

C# | Visual Basic | Visual C++ |
public virtual void AttachColorList( NSColorList colorList )
Public Overridable Sub AttachColorList ( _ colorList As NSColorList _ )
public: virtual void AttachColorList( NSColorList^ colorList )

- colorList (NSColorList)
- The color list to attach to the color picker.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)