ActiveState 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.
Enumerates the active state.
public enum ActiveState
type ActiveState =
Public Enum ActiveState
- Inheritance
-
ActiveState
Fields
Name | Value | Description |
---|---|---|
ActiveStateIgnore | 0 | Specifies the Ignore state. |
ActiveStateActive | 1 | Specifies the Active state. |
ActiveStateInactive | 2 | Specifies the Inactive state. |