DrawingMove Method

Moves the active drawing object forward or backward in the drawing layers.

Syntax

expression**.DrawingMove(Forward, Full)**

*expression   *     Optional. An expression that returns an Application object.

Forward    Optional Boolean. True if the active drawing object moves forward in the drawing layers. The default value is False.

Full    Optional Boolean. True if the active drawing object moves the full extent of the direction specified with Forward. False if the object moves only one layer. The default value is False.

Applies to | Application Object

See Also | DrawingCreate Method | DrawingCycleColor Method | DrawingProperties Method | DrawingReshape Method | DrawingToolbarShow Method