BBjWindow::addPrintPreview
Description
In BBj 7.0 and higher, this method adds a print preview control to the BBjWindow.
Syntax
Return Value |
Method |
addPrintPreview(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. |
|
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: |
|
|
Flag |
Description |
|
$0001$ |
Sets the control to be initially disabled. |
|
$0010$ |
Sets the control to be initially invisible. |
|
$0800$ |
Draws a recessed client edge around the control. |
|
$1000$ |
Draws a raised edge around the control |
Return Value
This method adds a print preview control to the BBjWindow.
Remarks
None.
Example
rem ' addPrintPreview |
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.