MAXHEIGHT

 

 

Purpose

.MaxHeight sets the maximum height in PROIV cells that an object can be resized to when Dynamic Resizing functionality is used.

(Open Client only)

Object Type

List Boxes, ActiveX controls, Boxes, Lines and Paging Window Cycles.

Syntax

Setting:          ObjectReference.MaxHeight = Value

Retrieving:     
Variable = ObjectReference.MaxHeight 

Operation

ObjectReference is the Tag Name of the object
Value
is an integer between the values of 0-999

Remarks

Use to restrict the maximum height of an object when resized. This property overrides any autoresizing Application properties which may be set, such as .AutoResizeListBoxHeight. If the .MaxHeight is not set or set to zero, then the Application property is used to determine the resizing behaviour.

Example

To set the .MaxHeight property for a List Box with a Tag Name of ListBox1 to 25:

ListBox1.MaxHeight = 25

 

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

 

Comment on this topic

Topic ID: 510157

 
 
 

Table of Contents

Index

Glossary

-Search-

Back