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