The Client Management ActiveX control contains the Height property:

 

 

Purpose

Height property is a numeric value that defines the height, in pixels, of the next session launched via a call to the NewSession method
 

Syntax

ObjectTagName.Height = #NEWVAL

#VALUENOW = ObjectTagName.Height 

Operation

ObjectTagName is an object expression that evaluates to the ClientManagement control.

Remarks

When InitialiseFromParent is set to TRUE the height property is updated from the current height of the parent window. Any previous call to set the height is overwritten. It is the developers responsibility to ensure that changes to this property always occur after setting InitialiseFromParent to TRUE.

This value will be used during the next call to the NewSession method

Example

 

Comment on this topic

Topic ID: 500470