_OLECADVF 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 OLE component registration advise flags.
This enumeration supports a bitwise combination of its member values.
public enum class _OLECADVF
public enum class _OLECADVF
enum _OLECADVF
public enum _OLECADVF
[System.Flags]
public enum _OLECADVF
type _OLECADVF =
[<System.Flags>]
type _OLECADVF =
Public Enum _OLECADVF
- Inheritance
-
_OLECADVF
- Attributes
Fields
olecadvfModal | 1 | Indicates that modal state change notifications are required. Must be registered by components that manage a top-level window. |
olecadvfRecording | 8 | Indicates that Recording state change notifications are required. |
olecadvfRedrawOff | 2 | Indicates that redrawOff state change notifications are required. |
olecadvfWarningsOff | 4 | Indicates that warningsOff state change notifications are required. |