BBjWindow::addStatusBar
Description
Adds a status bar on the BBjWindow.
Syntax
Return Value |
Method |
---|---|
BBjStatusBar |
addStatusBar() |
BBjStatusBar |
addStatusBar(int ID) |
BBjStatusBar |
addStatusBar(int ID, string flags) |
BBjStatusBar |
addStatusBar(int ID, string title, string flags) |
BBjStatusBar |
addStatusBar(string flags) |
BBjStatusBar |
addStatusBar(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:
|
Return Value
Returns the created BBjStatusBar object.
Remarks
If the ID parameter is not specified, a control ID is assigned dynamically using getAvailableControlID().
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.