Width Property |
DEVELOPER |
The Client Management ActiveX control contains the Width property:
|
|
Purpose |
Width property is a numeric value that defines the width of the next session launched via a call to the NewSession method. |
Syntax |
ObjectTagName.Width = #NEWVALUE #VALUENOW = ObjectTagName.Width |
Operation |
ObjectTagName is an object expression that evaluates to the ClientManagement control. |
Remarks |
When InitialiseFromParent is set to TRUE, the Width property is updated from the current width of the parent window. Any previous call to set the width is overwritten. It is the developers responsibility to ensure that changes to this property always occur after setting InitialiseFromParent to TRUE. This value is used during the next call to the NewSession method. |
Example |
|
Topic ID: 500489