RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Themes.TThemedStatus Enumeration

TThemedStatus describes the possible themable parts of a status bar.

Pascal
TThemedStatus = (
  tsStatusDontCare,
  tsStatusRoot,
  tsPane,
  tsGripperPane,
  tsGripper
);
C++
enum TThemedStatus {
  tsStatusDontCare,
  tsStatusRoot,
  tsPane,
  tsGripperPane,
  tsGripper
};

TThemedStatus describes the possible themable parts of a status bar. The following table lists the possible values of TThemedStatus and their meaning.

Value  
Description  
tsStatusDontCare  
The content that is shared across all the status bar parts.  
tsStatusRoot  
The content that is shared across all the status bar states.  
tsPane  
The pane on the status bar.  
tsGripperPane  
The gripper pane on the status bar.  
tsGripper  
The gripper located on the right side of the status bar.  

 

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