| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
Settings which determine the colors available in the control and their display style.
Source position: colorbox.pas line 84
|  public property TCustomColorBox.Style : TColorBoxStyle | 
Style is a TColorBoxStyle property with settings to determine the colors available in the control and their display style. Include values from the TColorBoxStyles enumeration to enable a particular setting. For instance:
The default value for the property is: [cbStandardColors, cbExtendedColors, cbSystemColors]. This enables the corresponding TColor values defined in the graphics.pp unit. By including cbCustomColor in Style, the custom color is stored as the first value in the Colors property.
Setting a new value for the property causes the SetColorList method to be called to reload the color names and values.
| 
 | Loads the list of colors used in the control. | |
| 
 | Represents the available colors and the name display style used in color controls. | |
| 
 | Set type used to store values from the TColorBoxStyles enumeration. | 
| Version 4.0 | Generated 2025-05-03 | Home |