_OLECADVF Enum

Definition

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.

Applies to