Читати англійською

Поділитися через


InputActivationState Enum

Definition

Specifies all possible activation states for a window.

C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65537)]
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.

Applies to

Продукт Версії
Windows App SDK 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also