Statusbar

TAStatusbar

Creates a status bar control

Properties:
ColorBackground color of Panel(s)
HeightHeight of status bar
NameName of control and of the variable that is assigned its handle in generated code. If not specified, no variable is generated .
PanelsIf not SimplePanel, double-click to specify text for each Panel using the Panels editor
SimplePanelIf True, status bar is 1 panel, else several
SimpleTextText for Simple status bar
Visible{If False, generates GUICtrlSetState(-1, $GUI_HIDE)
Styles
SBARS_SIZEGRIPStatus bar continues to show when Form is resized
SBARS_TOOLTIPSShow hints
WS_TABSTOPControl can be selected with Tab and Shift+Tab
WS_HSCROLLControl has horizontal scroll bar
WS_VSCROLLControl has vertical scroll bar
WS_VISIBLEControl is visible
WS_BORDERControl has a thin-line border
WS_CLIPSIBLINGSIf this control overlaps with another, this control shows partially
Extra Styles:
WS_EX_CLIENTEDGEControl has border with sunken edge
WS_EX_STATICEDGEControl has a three-dimensional border
Panels

Each panel has its own properties:

AlignmentAlignment of text: taCenter,taLeftJustify, taRightJustify
TextText in panel
WidthWidth of panel
Remarks:

SBARS_SIZEGRIP: See example in AutoIt help | _GUICtrlStatusBar_Resize

SBARS_TOOLTIPS: Call _GUICtrlStatusBar_SetTipText to specify a hint for a Panel. It only shows when a Panel contains an icon or the text is too long for the Panel.

Related:

None

koda/documentation/control_statusbar.txt · Last modified: 2011/07/08 11:14 (external edit)
CC Attribution-Noncommercial-Share Alike 3.0 Unported
www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0