_OLECADVF Enumeration

 

Specifies the OLE component registration advise flags.

Namespace:   Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

public enum _OLECADVF

Member nameDescription
olecadvfModal

Indicates that modal state change notifications are required. Must be registered by components that manage a top-level window.

olecadvfRecording

Indicates that Recording state change notifications are required.

olecadvfRedrawOff

Indicates that redrawOff state change notifications are required.

olecadvfWarningsOff

Indicates that warningsOff state change notifications are required.

Return to top
Show: