BBjWindow::addHorizontalScrollBar
Description
Creates a horizontal scroll bar control in the BBjWindow.
Syntax
Return Value |
Method |
addHorizontalScrollBar(int ID, int x,int y, int width, int height) |
|
addHorizontalScrollBar(int ID, int x,int y, int width, int height, 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. |
|
x |
Horizontal position of the upper-left corner of the control in current units. |
|
y |
Vertical position of the upper-left corner of the control in current units. |
|
width |
Width of the control in current units. |
|
height |
Height of the control in current units. |
|
flags |
Control flags, as follows: |
|
|
Flag $0001$ $0010$ $0800$ $1000$ |
Description Sets the control to be initially disabled. Sets the control to be initially invisible. Draws a recessed client edge around the control. Draws a raised edge around the control. |
Return Value
Returns the created horizontal BBjScrollBar object.
Remarks
A BBjScrollBar should not be confused with scroll bars that can be created with optional flags on windows, child windows, or edit-type controls.
Example
REM Add a horizontal scrollbar control to a window |
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.