Vcl.RibbonActnCtrls.TTimerSpeedButton.ButtonStyle
Delphi
property ButtonStyle: TSpinButtonStyle read FButtonStyle write SetButtonStyle;
C++
__property TSpinButtonStyle ButtonStyle = {read=FButtonStyle, write=SetButtonStyle, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | Vcl.RibbonActnCtrls.pas Vcl.RibbonActnCtrls.hpp |
Vcl.RibbonActnCtrls | TTimerSpeedButton |
Description
Specifies the style of the button.
ButtonStyle specifies the style of the button. The property can take 2 values:
| Value | Meaning |
|---|---|
|
sbsUp |
TTimerSpeedButton is an Up button. |
|
sbsDown |
TTimerSpeedButton is a Down button. |
The property is used when the surface of the button is rendered.