vfoGRUpdateCreateFormSize
vfoGRUpdateCreateFormSize(
x_width
x_height
)
=> t / nil
Description
Resizes the Create Guard Ring forms, including the form used for modgens. This function updates the size of all tabs and subtabs proportionately. However, there is no change in the size of the fields on the form.
You should call the vfoGRUpdateCreateFormSize function before the Create Guard Ring form is launched in a Virtuoso session, otherwise the Create Guard Ring form will not be resized. This function can be called in the .
cdsinit or libInit.il.Arguments
|
An integer value that represents the width of the Create Guard Ring form in pixels. |
|
|
An integer value that represents the height of the Create Guard Ring form in pixels. |
Value Returned
Example
vfoGRUpdateCreateFormSize(500 700)
Return to top