OlInspectorClose 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.
Indicates the save mode.
public enum class OlInspectorClose
public enum OlInspectorClose
Public Enum OlInspectorClose
- Inheritance
-
OlInspectorClose
Fields
Name | Value | Description |
---|---|---|
olSave | 0 | Documents are saved. |
olDiscard | 1 | Changes to the document are discarded. |
olPromptForSave | 2 | User is prompted to save documents. |
Remarks
Used as a parameter to the <item>.Close and Close(OlInspectorClose) methods to indicate the save mode.