Table of Contents

Statusbar

TAStatusbar

Creates a status bar control on the form.

Properties:
ColorThis property define control background color. For this control it's color of Panels.
HeightHeight of control.
NameUnique name of control, this defines the name of variable where control handle will be kept.
SimplePanelSet this to True to make statusbar "simple". In this mode instead of set of panels only single panel is allowed.
SimpleTextThis property contain text for "simple" mode.
VisibleThis is True by default. Set it to False to generate hidden control. This will add GUICtrlSetState(-1, $GUI_HIDE) line.

Panels

Each panel has its own properties:

Individual Panel Properties:
AlignmentAlignment of panel text.
TextThis property contain panel text.
WidthWidth of panel.

Remarks:

None.

Related:

None.

koda/documentation/control_statusbar.txt · Last modified: 2010/03/07 00:14 by loopback
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