TileWindows Method |
DEVELOPER |
The Client Management ActiveX control contains the TileWindows method.
|
|
Purpose |
TileWindows sets the position and size, in pixels, of all child sessions to tile them vertically or horizontally in the nominated client window. |
Syntax |
#Retval = ObjectTagName.TileWindows( ParmMap ) |
Operation |
ObjectTagName is an object expression that evaluates to the ClientManagement control. ParmMap is a PROIV Interface map. hTargetSession is the session identifier. sTileMode is the selected tiling mode. |
Remarks |
If the function fails, it returns a non-zero value. sTileMode can have the values HORIZONTAL or VERTICAL. If the value of sTileMode is not one of the listed values, then the method defaults to horizontal tiling. |
Example |
|
Topic ID: 500488