DesiredStateNotifications 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.
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
Name | Value | Description |
---|---|---|
None | 0 | Not interested in any state change notifications. |
Modal | 1 | Needs modal state change notification (must be registered by components managing a top level window). |
RedrawOff | 2 | Needs notification of when redrawing is turned off. |
WarningsOff | 4 | Needs notification when warnings are turned off. |
Recording | 8 | Needs notification when recording is active. |