API Documentation
>
CorelDRAW
>
2025-v26
>
Shape
>
IVGShape
Shape.OrderForwardOne method
Moves the shape forward one in the stacking order
Syntax:
Sub
OrderForwardOne
(
)
Remarks:
The
OrderForwardOne
method moves a shape one step forward in the stacking order.
Examples:
The following VBA example moves the active shape one step forward.
Sub Test() ActiveShape.OrderForwardOne End Sub