InputActivationState 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.
Specifies all possible activation states for a window.
public enum class InputActivationState
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65537)]
enum class InputActivationState
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65537)]
public enum InputActivationState
var value = Microsoft.UI.Input.InputActivationState.none
Public Enum InputActivationState
- Inheritance
-
InputActivationState
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | No state is specified. |
Deactivated | 1 | The window is deactivated. |
Activated | 2 | The window is activated. |