ImageEn, unit iexColorButton |
|
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
IEColorButton1.EnableTransparency := True;