Ypos Property |
DEVELOPER |
The Client Management ActiveX control contains the Ypos property:
|
|
Purpose |
Ypos property is a numeric value that defines the topmost position, in pixels, of the next session launched via a call to the NewSession method. |
Syntax |
ObjectTagName.Ypos = #NEWVAL #VALUENOW = ObjectTagName.Ypos |
Operation |
ObjectTagName is an object expression that evaluates to the ClientManagement control. |
Remarks |
When InitialiseFromParent is set to TRUE the Ypos property is updated from the current position of the parent window. Any previous call to set the Ypos 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 |
|
Topic ID: 500492