[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 209
public property TCustomColorListBox.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.
|
Appearance of the list box (standard, owner-draw fixed, or owner-draw variable). |
Version 4.0 | Generated 2025-05-03 | Home |