Skip to main content
A newer version of this page is available. .

TdxColorDialogColorPickerOptions.DefaultVisible Property

Specifies whether the color editor dialog initially displays the color picker.

Declaration

property DefaultVisible: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

End-users can click the “Define Custom Colors >>” button to expand the color editor dialog and display the color picker next to the Basic Colors and Custom Colors panels. Set the DefaultVisible property to True to automatically expand the color editor dialog when it is invoked (as if the button was pressed).

The default value of the DefaultVisible property is False.

See Also