statuscontrol PanelIndex property
Return to Introduction  Previous page  Next page
Applies to
acStatusControl component.  

Declaration
property PanelIndex: Integer;  

Description
The PanelIndex property specifies the section in the StatusBar to insert the Control.  

Note
iiwarning When you place some control to panel of the status bar, this will change the panel's draw style to psOwnerDraw (see Style property of TStatusPanel object).  
 
When you change the PanelIndex property to move the control to another panel, make sure that panel where you'd like to display text has psText style.  

See also
Control and StatusBar properties.