DesiredStateNotifications Enum

Definition

Passed to a call to FRegisterComponent(IOleComponent, OLECRINFO[], UInt32) to indicate what kind of state change notifications the component is interested in receiving.

This enumeration supports a bitwise combination of its member values.

public enum class DesiredStateNotifications
public enum class DesiredStateNotifications
enum DesiredStateNotifications
[System.Flags]
public enum DesiredStateNotifications
[<System.Flags>]
type DesiredStateNotifications = 
Public Enum DesiredStateNotifications
Inheritance
DesiredStateNotifications
Attributes

Fields

Modal 1

Needs modal state change notification (must be registered by components managing a top level window).

None 0

Not interested in any state change notifications.

Recording 8

Needs notification when recording is active.

RedrawOff 2

Needs notification of when redrawing is turned off.

WarningsOff 4

Needs notification when warnings are turned off.

Applies to