AUTORESIZEACTIVEXHEIGHT |
DEVELOPER |
|
|
Purpose |
.AutoResizeActiveXHeight turns on or off the Dynamic Resizing functionality for the y-axis (vertical) for all ActiveX controls. |
Object Type |
Application |
Syntax |
Setting: Application.AutoResizeActiveXHeight = Value Retrieving: Variable = Application.AutoResizeActiveXHeight |
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 ActiveX controls along the y-axis where the MaxWidth property is not set. If the maximum height and width values are not set or set to zero, then the Application property is used to determine the resizing behaviour. |
Example |
To enable the resizing of ActiveX Control's height: Application.AutoResizeActiveXHeight = TRUE |
Note: This Application property applies to PROIV Open Client only. |
Topic ID: 510137