Skip to main content

TcxCustomColorComboBoxProperties.ColorDialogShowFull Property

Specifies if the color editor dialog used to select custom colors is displayed fully expanded.

Declaration

property ColorDialogShowFull: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Set this property to True to automatically expand the color editor dialog to display its custom color options when invoked. Otherwise, an end-user must click the “Define Custom Colors >>” button to access these options.

The ColorDialogShowFull property is in effect for the standard and advanced color editor dialogs by default. You may add support for this property to your custom color editor dialogs, if required.

The default value of the ColorDialogShowFull property is False.

See Also