Application.PromptForSummary Property
Visio Automation Reference |
Determines whether Microsoft Office Visio prompts for document properties when it saves a document. Read/write.
Version Information
Version Added: Visio 4.0
Syntax
expression.PromptForSummary
expression A variable that represents an Application object.
Return Value
Integer
Remarks
This property corresponds to the Prompt for document properties on first save check box on the Save/Open tab in the Options dialog box (Tools menu).
Example
This Microsoft Visual Basic for Applications (VBA) macro switches the PromptForSummary property of the Visio Application object.
Visual Basic for Applications |
---|
|
See Also