Vcl.RibbonActnCtrls.TTimeBtnState
Delphi
TTimeBtnState = set of TTimeBtnStateItem;
C++
typedef System::Set<TTimeBtnStateItem, TTimeBtnStateItem::tbFocusRect, TTimeBtnStateItem::tbAllowTimer> TTimeBtnState;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
set typedef |
public | Vcl.RibbonActnCtrls.pas Vcl.RibbonActnCtrls.hpp |
Vcl.RibbonActnCtrls | Vcl.RibbonActnCtrls |
Description
Specifies the TTimerSpeedButton's state.
TTimeBtnState is used for the TimeBtnState property.
TTimeBtnState can take two values:
| Value | Meaning |
|---|---|
|
tbFocusRect |
Allows TTimerSpeedButton to start the timer when the button is pressed. |
|
tbAllowTimer |
Does not allow TTimerSpeedButton to start the timer, but allows the Paint method to draw a rectangle on the button to show that it is focused. |