CloseResult 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 the results of the close operation.
public enum class CloseResult
public enum class CloseResult
enum CloseResult
public enum CloseResult
type CloseResult =
Public Enum CloseResult
- Inheritance
-
CloseResult
Fields
Name | Value | Description |
---|---|---|
Closed | 0 | The close operation completed successfully. |
SaveCancelled | 1 | The close operation did not complete because the user cancelled the PromptSave dialog, and therefore the document remained open. |