CUSTOMCOLORS property (System)
Description
This property gets or sets the array of custom colors used with the Windows “ChooseColor” common dialog box. This applies to dialogs presented by the CHOOSECOLOR method, and by the COLORDROPDOWN PROPERTYGRID controls.
Property Value
This property is an @fm-delimited array of RGB color values. The maximum number of colors in this array is 16.
Property Traits
Development | Runtime | Indexed | Scaled | Synthetic |
---|---|---|---|---|
N/A | Get/Set | No | No | No |
Remarks
This property is loaded from the primary instance of the IDE when the system is in development mode, and saved when it is closed.
See Also
SYSTEM CHOOSECOLOR method, COLORDROPDOWN control, PROPERTYGRID control