CloseResult Enum

Definition

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

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.

Applies to