
BBjWindow::addStatusBar
Description
Adds a status bar on the BBjWindow.
Syntax
Return Value |
Method |
addStatusBar(int ID) |
|
addStatusBar(int ID, string flags) |
|
addStatusBar(int ID, string title, string flags) |
Parameters
Variable |
Description |
|
ID |
Control ID number. It must be an integer between 1 and 32767 and be unique within a given top-level window. |
|
title |
Status bar text. |
|
flags |
Control flags, as follows: |
|
|
Flag $0001$ $0010$ $0020$ $2000$ $4000$ $8000$ |
Description Sets the control to be initially disabled. Sets the control to be initially invisible. Displays the status bar on top of the window. Left justifies status bar text. Centers status bar text. Right justifies status bar text. |
Return Value
Returns the created BBjStatusBar object.
Remarks
None.
Example
REM Add a status bar control to a window |
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.