POPUPWINDOWRESIZE |
DEVELOPER |
POPUPWINDOWRESIZE
|
|
Purpose |
.PopupWindowResize turns on or off the Dynamic Resizing functionality for all Pop-Up Windows. |
Object Type |
Application |
Syntax |
Setting: Application.PopupWindowResize = Value Retrieving: Variable = Application.PopupWindowResize |
Operation |
Value is the setting for the property (TRUE or 1 = Disabled, FALSE or 0 = Enabled) |
Remarks |
This is an Application property that enables or disables Dynamic Resizing for all Pop-Up Windows where the MaxWidth and MaxHeight properties are not set. Any resizeable objects contained in a Pop-Up Window are resized when the window is resized. It is important to note that resizing a Pop-Up Window has no affect on the parent or underlying windows. Similarly, resizing the parent or underlying window does not resize the Pop-Up Window. |
Example |
To enable the resizing of the Pop-Up Windows: Application.PopupWindowResize = TRUE |
Note: This Application property applies to PROIV Open Client only. |
Topic ID: 510162