Application.DrawingProperties Method
Project Developer Reference |
Displays the Format Drawing dialog box, which prompts the user to customize the active drawing object.
Syntax
expression.DrawingProperties(SizePositionTab)
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
SizePositionTab | Optional | Boolean | True if the Size & Position tab of the Format Drawing dialog box appears. False if the Line & Fill tab appears. |
Return Value
Boolean
Remarks
The DrawingProperties method displays an error unless a drawing object is active.
The DrawingProperties method has the same effect as the Properties command on the Drawing submenu of the Format menu.
See Also