DrawingCreate Method

Activates the drawing feature.

Syntax

expression**.DrawingCreate(Type, Behind)**

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

Type    Required Long. The type of drawing to create. Can be one of the following PjShape constants: pjOLEObject, pjLine, pjArrow, pjRectangle, pjEllipse, pjArc, pjPolygon, or pjTextBox.

Behind    Optional Boolean. True if the drawing is created behind task bars. The default value is False.

Remarks

The DrawingCreate method requires user interaction before additional code can be executed.

Applies to | Application Object