title | keywords | f1_keywords | ms.service | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|---|
Application.DrawingCreate method (Project) |
vbapj.chm2306 |
|
project-server |
|
fc146a90-8207-0708-4cca-2015912b284a |
06/08/2017 |
medium |
Activates the drawing feature.
expression. DrawingCreate
( _Type_
, _Behind_
)
expression A variable that represents an Application object.
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. |
Boolean
The DrawingCreate method requires user interaction before additional code can be executed.
[!includeSupport and feedback]