DrawingProperties Method

Displays the Format Drawing dialog box, which prompts the user to customize the active drawing object.

Syntax

expression**.DrawingProperties(SizePositionTab)**

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

SizePositionTab    Optional Boolean. True if the Size & Position tab of the Format Drawing dialog box appears. False if the Line & Fill tab appears.

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, which is on the Format menu.

Applies to | Application Object

See Also | DrawingCreate Method | DrawingCycleColor Method | DrawingMove Method | DrawingReshape Method | DrawingToolbarShow Method