|
RAD Studio VCL Reference
|
TThemedTaskBand describes the possible themable parts of a task band.
TThemedTaskBand = ( ttbTaskBandDontCare, ttbTaskBandRoot, ttbGroupCount, ttbFlashButton, ttpFlashButtonGroupMenu );
enum TThemedTaskBand { ttbTaskBandDontCare, ttbTaskBandRoot, ttbGroupCount, ttbFlashButton, ttpFlashButtonGroupMenu };
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. |
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|