ComponentState 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.
Values that are states that can be used to determine the state the component manager is referring to in a OnEnterState callback.
public enum class ComponentState
public enum class ComponentState
enum ComponentState
public enum ComponentState
type ComponentState =
Public Enum ComponentState
- Inheritance
-
ComponentState
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | Unknown state |
Modal | 1 | Modal state; disable toplevel windows |
RedrawOff | 2 | Disable window repainting |
WarningsOff | 3 | Disable user warnings |
Recording | 4 | Recording state |