TcxSpeedButtonOptions.Flat Property
Specifies whether the button is painted as a flat speed button control.
Declaration
property Flat: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
Set the Flat property to True, to draw the button in a speed button style. This style is used for painting the button in all states (namely, the press and hot-track states), if the Transparent property is True.
Use the Flat property in combination with the CanBeFocused and Transparent properties to mimic the look & feel of speed button controls.
The default value of the Flat property is False.
See Also