Shape.BringToFront Method
Visio Automation Reference |
Brings the shape or selected shapes to the front of the z-order.
Version Information
Version Added: Visio 2.0
Syntax
expression.BringToFront
expression A variable that represents a Shape object.
Return Value
Nothing
Example
The following macro shows how to bring a shape to the front of the z-order on a page.
Visual Basic for Applications |
---|
|
See Also