SendToBack Method

Moves the selected object to the back of the stack of objects, making it the bottom object in the stack. It is equivalent to selecting Send To Back from the Format menu.

Syntax

object.SendToBack

Properties

The SendToBack method syntax has this part:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

Remarks

SendToBack is a Configuration environment method only.

If you select several objects and call SendToBack, the selected objects are placed at the bottom of the stack, however, they keep their positions relative to one other. The SendToBack method is useful for creating complex shapes and using stacking or masking techniques.

 

Example

Applies To