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

IEColorButton1.EnableTransparency := True;