RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Themes.TThemedTaskBar Enumeration

TThemedTaskBar describes the possible themable parts of a system task bar.

Pascal
TThemedTaskBar = (
  ttTaskBarDontCare,
  ttTaskBarRoot,
  ttbTimeNormal
);
C++
enum TThemedTaskBar {
  ttTaskBarDontCare,
  ttTaskBarRoot,
  ttbTimeNormal
};

TThemedTaskBar describes the possible themable parts of a system task bar. The following table lists the possible values of TThemedTaskBar and their meaning.

Value  
Description  
ttTaskBarDontCare  
The content that is shared across all the task bar parts.  
ttTaskBarRoot  
The content that is shared across all the task bar states.  
ttbTimeNormal  
The task bar in its normal state.  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!