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
};

ComCtrls

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.  

 

TStatusPanel 

TStatusPanel 

TStatusBar

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!