Share via


Application.DrawingCreate Method

Project Developer Reference

Activates the drawing feature.

Syntax

expression.DrawingCreate(Type, Behind)

expression   A variable that represents an Application object.

Parameters

Name Required/Optional Data Type Description
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.

Return Value
Boolean

Remarks

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

See Also