Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1.21 KB

Project.Application.DrawingProperties.md

File metadata and controls

46 lines (27 loc) · 1.21 KB
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.DrawingProperties method (Project)
vbapj.chm2307
vbapj.chm2307
project-server
Project.Application.DrawingProperties
8d63be84-6321-c0b2-27f0-945baf349714
06/08/2017
medium

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.

[!includeSupport and feedback]