V.2.9
ctlUniStatusBar

Unicode status bar; this is a container control so you can place other controls inside it; in the picture on the right I placed a progress bar into it.
>>Common properties

Some Properties/Methods:
AddPanel2 required - adds a panel to the status bar
It's possible to add many types of panels, you can add images and other information
AutoSize is the height of the statusbar automatic?
BeginUpdate / EndUpdate permits you to start a long-time update on the control
FadeBackground is the background faded?
GetPanelPic gets the picture information of a certain panel
GetPanelRect gets the panel rectangle coordinates, very useful for overlapping images or controls to statusbar panels (for example by adding a progress bar)
PanelAdapt gets / sets if a panel is adaptive to its contents
PanelAlign gets / sets the alignment of a certain panel
PanelBorder gets / sets the border of a panel
PanelExists checks if a given panel exists in the statusbar
PanelMinWidth gets / sets the minimum width of a panel
PanelStyle gets / sets the style of a panel
PanelText gets / sets the text of a panel
PanelText gets/sets the panel text
RemovePanel removes a panel from the statusbar
SetPanelPic sets the picture of a certain panel
http://www.hexagora.com
Thu, 14 May 2009 08:46:27 UT
Copyright 2003-10 by Lorenzi Davide