Description
Modify the Z ordering by moving the designated object(s) to the bottom of the Z stack.
-
Return Type
-
None
-
Syntax
-
object.MoveToBack [Object]
The MoveToBack Method syntax has these parts: |
| object | An expression evaluating to an object of type McGraphOverlay. | | Object | Optional. A Variant value. Empty, or contains an IDispatch designating an McGraphObj.
| Remarks
If the Object parameter is an empty VARIANT, all the objects being part of the current selection will be moved to the bottom of the Z stack, otherwise only the McGraphObj contained in Object will be affected.
|