AUTORESIZEBOXLINEHEIGHT

 

 

Purpose

.AutoResizeBoxLineHeight turns on or off the Dynamic Resizing functionality for the y-axis (vertical) for all boxes and lines.

Object Type

Application

Syntax

Setting:           Application.AutoResizeBoxLineHeight = Value

Retrieving:       Variable = Application.AutoResizeBoxLineHeight

Operation

Value is the setting for the property (TRUE or 1 = Disabled, FALSE or 0 = Enabled)
Variable
is a numeric variable

Remarks

This is an Application property that enables or disables Dynamic Resizing for all boxes and lines along the y-axis where the MaxHeight 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 the width of boxes and lines:

Application.AutoResizeBoxLineHeight = TRUE

 

Note: This Application property applies to PROIV Open Client only.

Comment on this topic

Topic ID: 510139