AUTOSCALE property
Applies To
All controls
Description
By default OpenInsight maintains automatic scaling for all controls on a form, even after you have manually set a scaled property yourself. However, you can opt out of this behavior by using the boolean AUTOSCALE property:
Usage
Remarks
Value | Description |
---|---|
"0" | FALSE - no automatic scaling is performed |
"1" | TRUE - enables scaling for a control (default value) |
This property applies to all controls (but not to WINDOW objects).
Returns
Each control has a default property. The controls and properties are as follows.
Control Namedefault Property
Note: