Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies how the Protected View window was closed.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdProtectedViewCloseReason
'Usage
Dim instance As WdProtectedViewCloseReason
public enum WdProtectedViewCloseReason
Members
| Member name | Description | |
|---|---|---|
| wdProtectedViewCloseNormal | The window was closed normally. | |
| wdProtectedViewCloseEdit | The window was closed when the user clicked the Enable Editing or Edit Anyway button while in Protected View. | |
| wdProtectedViewCloseForced | The window was closed because the application shut it down forcefully or it stopped responding. |