Vcl.Themes.TThemedTaskBand
Delphi
TThemedTaskBand = (
ttbTaskBandDontCare,
ttbTaskBandRoot,
ttbGroupCount,
ttbFlashButton,
ttpFlashButtonGroupMenu
);
C++
enum DECLSPEC_DENUM TThemedTaskBand : unsigned char { ttbTaskBandDontCare, ttbTaskBandRoot, ttbGroupCount, ttbFlashButton, ttpFlashButtonGroupMenu };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | Vcl.Themes.pas Vcl.Themes.hpp |
Vcl.Themes | Vcl.Themes |
Description
TThemedTaskBand describes the possible themable parts of a task band.
TThemedTaskBand describes the possible themable parts of a task band. The following table lists the possible values of TThemedTaskBand and their meaning.
| Value | Description |
|---|---|
|
ttbTaskBandDontCare |
The content that is shared across all the task band parts. |
|
ttbTaskBandRoot |
The content that is shared across all the task band states. |
|
ttbGroupCount |
The group count part of a task band. |
|
ttbFlashButton |
The flashing button of a task band. |
|
ttpFlashButtonGroupMenu |
The flashing button's menu on a task band. |