The Client Management ActiveX control contains the Xpos property:

 

 

Purpose

Xpos property is a numeric value that defines the leftmost position, in pixels, of the next session launched via a call to the NewSession method.
 

Syntax

ObjectTagName.Xpos = #NEWVAL

#VALUENOW = ObjectTagName.Xpos 

Operation

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

Remarks

When InitialiseFromParent is set to TRUE the Xpos property is updated from the current position of the parent window. Any previous call to set the Xpos 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: 500491