Moves the selected object to the front of the display stacking order, making it the top object in the stack. It is equivalent to selecting Bring To Front from the Format menu.
Syntax
object.BringToFront
Properties
The BringToFront method syntax has this part:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
Remarks
BringToFront is a Configuration environment method only.If you select several objects and call BringToFront, the selected objects are placed at the top of the stack, however, they keep their positions relative to one other. The BringToFront method is useful for creating complex shapes and using stacking or masking techniques.