[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Indicates whether the button is displayed with a Flat (non-relief) appearance.
Source position: buttons.pp line 419
public property TCustomSpeedButton.Flat : Boolean |
Set Flat to True to draw the control without relief, elevation, or a three-dimensional appearance. The default value for the property is False. Changing the value for the property causes the control to be redrawn.
Flat is used in the GetDrawDetails method to select the theme element details applied to the control for its current state. When set to False, TThemedButton element details are used. When set to True, TThemedToolBar element details are used. See GetDrawDetails for more information about the values used for specific button states.
|
Gets the theme element details used to draw the control. |
|
|
Calculates the Width and Height for the layout used on the speed button and optionally renders the control. |
Version 4.0 | Generated 2025-05-03 | Home |