BBjWindow::addPrintPreview
Description
In BBj 7.00 and higher, this method adds a print preview control to the BBjWindow.
Syntax
Return Value |
Method |
addPrintPreview(int ID, number x, number y, number w,number h, 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. |
||||||||||
height |
Height of the control in current units. |
||||||||||
width |
Width of the control in current units. |
||||||||||
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. |
||||||||||
flags |
Control flags, as follows:
|
Return Value
This method adds a print preview control to the BBjWindow.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.