RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ComCtrls.TStatusPanelStyle Enumeration

TStatusPanelStyle indicates the kind of contents in a status bar panel.

Pascal
TStatusPanelStyle = (
  psText,
  psOwnerDraw
);
C++
enum TStatusPanelStyle {
  psText,
  psOwnerDraw
};

TStatusPanelStyle enumerates the possible values of the Style property in TStatusPanel:

Value 
Meaning 
psText  
The panel shows the value of the Text property  
psOwnerDraw  
The panel is drawn by the OnDrawPanel (TStatusBar) event handler.  

 

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