Click or drag to resize

tagOLECLOSE Enumeration

Indicates whether an object should be saved before closing.

Namespace: Altaxo.UnmanagedApi.Ole32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public enum tagOLECLOSE
Members
Member nameValueDescription
OLECLOSE_SAVEIFDIRTY0 The object should be saved if it is dirty.
OLECLOSE_NOSAVE1 The object should not be saved, even if it is dirty. This flag is typically used when an object is being deleted.
OLECLOSE_PROMPTSAVE2 If the object is dirty, the IOleObject.Close implementation should display a dialog box to let the end user determine whether to save the object. However, if the object is in the running state but its user interface is invisible, the end user should not be prompted, and the close should be handled as if OLECLOSE_SAVEIFDIRTY had been specified.

The tagOLECLOSE type exposes the following members.

Extension Methods
 NameDescription
Public Extension MethodIsT Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions)
Public Extension MethodWithClearedFlagT Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions)
Public Extension MethodWithFlagT Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions)
Public Extension MethodWithSetFlagT Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions)
Top
See Also