BBjWindow::addVerticalSlider
Description
In BBj 7.0 and higher, this method adds a vertical slider control to the BBjWindow.
Syntax
Return Value |
Method |
---|---|
addVerticalSlider(int ID, int x, int y, int width, int height) |
|
addVerticalSlider(int ID, int x, int y, int width, int height, String flags) |
Parameters
Return Value |
Method |
||||
---|---|---|---|---|---|
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:
|
Return Value
Returns the created vertical BBjSlider object.
Remarks
None.
Example
REM Add a vertical Slider control to a window |
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.