User Tools

Site Tools


Sidebar

<< Back


Action disabled: revisions
koda:en:documentation:control_statusbar

Statusbar

{|class=“cboxtable”

class=“cboxcell1”
class=“cboxcell2”

Creates a status bar control

#remarks_header[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 <color blue>GUICtrlSetState(-1, $GUI_HIDE)</color>

#remarks_header[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

#remarks_header[Extra Styles:]#

WS_EX_CLIENTEDGEControl has border with sunken edge
WS_EX_STATICEDGEControl has a three-dimensional border

#remarks_header[Panels]#

Each panel has its own properties:

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

#remarks_header[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.

#remarks_header[Related:]#

None

koda/en/documentation/control_statusbar.txt · Last modified: 2014/07/10 10:48 (external edit)