WdProtectedViewCloseReason Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies how the Protected View window was closed.
public enum class WdProtectedViewCloseReason
public enum WdProtectedViewCloseReason
type WdProtectedViewCloseReason =
Public Enum WdProtectedViewCloseReason
- Inheritance
-
WdProtectedViewCloseReason
Fields
Name | Value | Description |
---|---|---|
wdProtectedViewCloseNormal | 0 | The window was closed normally. |
wdProtectedViewCloseEdit | 1 | The window was closed when the user clicked the Enable Editing or Edit Anyway button while in Protected View. |
wdProtectedViewCloseForced | 2 | The window was closed because the application shut it down forcefully or it stopped responding. |