Document.Protection property (Visio)

Determines how a document is protected from user customization. Read/write.

Syntax

expression.Protection (bstrPassword)

expression A variable that represents a Document object.

Parameters

Name Required/Optional Data type Description
bstrPassword Optional Variant Not used.

Return value

VisProtection

Remarks

Beginning with Microsoft Office Visio 2003, the Protection property ignores the bstrPassword argument both when you get and when you set the value of the property.

This property is the equivalent of checking the Styles, Shapes, Preview, Backgrounds, and Master shapes boxes in the Protect Document dialog box (in the Drawing Explorer, right-click the drawing name, and then click Protect Document).

The value of the Protection property can be a combination of the following VisProtection constants.

Constant Value
visProtectNone &H0
visProtectStyles &H1
visProtectShapes &H2
visProtectMasters &H4
visProtectBackgrounds &H8
visProtectPreviews &H10

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.