__FRAMECLOSE 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 close options when closing a window frame.
public enum class __FRAMECLOSE
public enum class __FRAMECLOSE
enum __FRAMECLOSE
public enum __FRAMECLOSE
type __FRAMECLOSE =
Public Enum __FRAMECLOSE
- Inheritance
-
__FRAMECLOSE
Fields
Name | Value | Description |
---|---|---|
FRAMECLOSE_NoSave | 65792 | Do not save the document. |
FRAMECLOSE_SaveIfDirty | 66048 | Save the document if it is dirty. |
FRAMECLOSE_PromptSave | 66560 | Prompt for document save. |
Remarks
These save options are or'ed with RDTSAVEOPT_DocClose, from the __VSRDTSAVEOPTIONS enumeration, to indicate to the environment that the action is a result of a document close request.
COM Signature
From vsshell.idl: