Color Picker PiPL Properties

For more information, see Property Keys for PiPL Resources. More...

Defines

#define PIPickerIDProperty   0x706e6d65L
 A unique string (UUID or your own TM/© string) that differentiates one color picker from another; key value is 'pnme'.

Detailed Description

For more information, see Property Keys for PiPL Resources.


Define Documentation

#define PIPickerIDProperty   0x706e6d65L

A unique string (UUID or your own TM/© string) that differentiates one color picker from another; key value is 'pnme'.

This property key reflects the PickerID property in the PiPL resource file. The data for the property has type CString. All color pickers must have a unique ID so that they may be accessed correctly by the host. Menu entries are not sufficient to differentiate color pickers.

Note:
If a color picker does not have a unique ID, or two loaded color pickers have the same ID, then the first color picker in is always executed, despite what appears in the pop-up menu.