DEFINE STATUSBAR
Creates a StatusBar Control. |
Creates a StatusBar Control.
SYNTAX
DEFINE STATUSBAR
[ OF | PARENT <cParentWindowName> ]
[ KEYBOARD ]
[ FONT <cFontName> SIZE <nFontSize> ]
[ BOLD ] [ ITALIC ] [ UNDERLINE ] [ STRIKEOUT ]
STATUSITEM <cItemCaption>
[ WIDTH <nWidth> ]
[ ACTION <ActionProcedure> | <bBlock> ]
[ ICON <cIconName> ]
[ FLAT | RAISED ]
[ TOOLTIP <cToolTipText> ]
[ DEFAULT ]
[ DATE [ WIDTH <nWidth> ]
[ ACTION <ActionProcedure> | <bBlock> ]
[ TOOLTIP <cToolTipText> ]
[ CLOCK [ WIDTH <nWidth>]
[ ACTION <ActionProcedure> | <bBlock> ]
[ TOOLTIP <cToolTipText>]
[ AMPM ] ]
[ KEYBOARD [ WIDTH <nWidth> ]
[ ACTION <ActionProcedure> | <bBlock> ]
[ TOOLTIP <cToolTipText> ] ...
[ PROGRESSITEM [ WIDTH <nSize> ]
[ ACTION <ActionProcedure> ]
[ TOOLTIP <cToolTipText> ]
[ RANGE <lo> , <hi> ]
[ VALUE <v> ]
...
END STATUSBAR
StatsBar Progress Item
SET [ STATUSBAR ] PROGRESSITEM
OF| PARENT> <ParentWindowName>
POSITION TO [ [ VALUE ] <v> ]
SET [ STATUSBAR ] PROGRESSITEM
OF | PARENT <ParentWindowName>
RANGE TO [ <lo> , <hi> ]
nRow, nCol
|
Position in the area of ??the window in pixels.
|
nWidth, nHeight
|
The desired size of the StatusBar Control in pixels.
|
nId
|
The ID identifier this Control in Dialog Window
|
ControlName
|
A reference to the StatusBar Control
|
ParentWindowName
|
A reference to the Parent Window.
|
nHelpID
|
The help topic identifier for this Control
|
cFontName
|
Specifies the Font Name
|
cFontSize
|
Specifies the Font Size
|
cItemCaption
|
Specifies the Item caption
|
ActionProcedure
|
An action to be performed when ?
|
cToolTipText
|
Specifies the Text for the ToolTip
|
lo, hi
|
Specifies the Low and High value for the StatusBar
|
v
|
Specifies the Postion to set the StatusBar
|
PROPERTIES:
StatusBar
Set StatusBar control's font name.
| |
Set StatusBar control's font size.
| |
Set StatusBar control's font bold property
| |
Set StatusBar control's font italic property
| |
Set StatusBar control's font underline property
| |
Set StatusBar control's font strikeout property
| |
Set the name as character identifier of the parent window.
|
StatsBar Item
Set / Gets caption of a StatusBar Item control.
| |
Set / Gets width of a StatusBar Item control..
| |
Gets height of a StatusBar Item control..
| |
Set / Gets icon name of a StatusBar Item control.
| |
Set action of a StatusBar Item control.
| |
The StatusBar Item text is drawn without any borders
| |
· Raised (D)
|
The StatusBar Item text with a border to appear higher than the
window
|
Set StatusBar Item tooltip text.
| |
· Default (D)
|
The StatusBar Item text with a border to appear lower than the window
|
EXAMPLE: