TcxSpeedButtonOptions.Transparent Property
Specifies whether the button is transparent.
Declaration
property Transparent: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
The button is painted as transparent if the button is used as a speed button (the CanBeFocused property is set to False).
Set the Transparent property to True, to make the button transparent.
The default value of the Transparent property is False.
See Also