Procedure MoveBack moves the selected objects to the back (bottom) of the onscreen object stacking order.
PROCEDURE MoveBack;def vs.MoveBack():
return NoneMoveBack;import vs
# Procedure MoveBack moves the selected objects to the back (bottom) of the
# onscreen object stacking order.
vs.MoveBack()Availability: from All Versions