ImageEn, unit iexColorButton

TIEColorButton.EnableTransparency

TIEColorButton.EnableTransparency

Declaration

property EnableTransparency: Boolean;

Description

Specifies whether the user can shift click the control to set clNone.
For clNone, the control will display with a gray X.

Default: False

Examples

// Allow the user to select transparency
IEColorButton1.EnableTransparency := True;

See Also

SelectedColor