Themes.TThemedTaskBand
From RAD Studio VCL Reference
Contents |
Delphi Information
From Themes.pas
TThemedTaskBand = { ttbTaskBandDontCare, ttbTaskBandRoot, ttbGroupCount, ttbFlashButton, ttpFlashButtonGroupMenu };
Unit: Themes
Type: enum
C++ Information
From Themes.hpp
enum TThemedTaskBand{ ttbTaskBandDontCare, ttbTaskBandRoot, ttbGroupCount, ttbFlashButton, ttpFlashButtonGroupMenu };
Unit: Themes
Type: enum
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. |