RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Themes.TThemedTaskBand Enumeration

TThemedTaskBand describes the possible themable parts of a task band.

Pascal
TThemedTaskBand = (
  ttbTaskBandDontCare,
  ttbTaskBandRoot,
  ttbGroupCount,
  ttbFlashButton,
  ttpFlashButtonGroupMenu
);
C++
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!