Application.DrawingProperties method (Project)

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 in the Drawing drop-down menu on the Format tab in the Ribbon.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.