|
TAStatusbar |
Creates a status bar control on the form.
| Properties: | |
| Color | This property define control background color. For this control it's color of Panels. |
| Height | Height of control. |
| Name | Unique name of control, this defines the name of variable where control handle will be kept. |
| SimplePanel | Set this to True to make statusbar "simple". In this mode instead of set of panels only single panel is allowed. |
| SimpleText | This property contain text for "simple" mode. |
| Visible | This is True by default. Set it to False to generate hidden control. This will add GUICtrlSetState(-1, $GUI_HIDE) line. |
Each panel has its own properties:
| Individual Panel Properties: | |
| Alignment | Alignment of panel text. |
| Text | This property contain panel text. |
| Width | Width of panel. |
None.
None.