ARRANGE_DOCS command

Content Manager OnDemand arranges the document windows as indicated by the parameter.

Command Parameters
ARRANGE_DOCS /C /H /V /Z /R
Parameters
C
Indicates that the document windows are to be cascaded.
H
Indicates that the document windows are to be tiled horizontally.
V
Indicates that the document windows are to be tiled vertically.
Z
Indicates that the document windows are to be zoomed (maximized).
R
Indicates that the document windows are to be restored. This is the default parameter.
Action
If no parameter is specified, R is assumed. If multiple parameters are specified, the results are unpredictable.
Return Code
0
ARS_DDE_RC_NO_ERROR
2
ARS_DDE_RC_PARM_NOT_SPECIFIED
6
ARS_DDE_RC_NOT_LOGGED_ON
11
ARS_DDE_RC_USER_ACTION_IN_PROGRESS
Return Data
None.
Refer to the DoDdeCommand function.
 DoDdeCommand( "ARRANGE_DOCS", "/V", NULL );