CoreWindowActivationState Enumeration

Specifies the set of reasons that a CoreWindow’s Activated event was raised.

Syntax

public enum class CoreWindowActivationState  

Members

Member Value Description
CodeActivated The window was activated by a call to Activate.
Deactivated The window was deactivated.
PointerActivated The window was activated by pointer interaction.

Remarks

Requirements

Namespace: Windows.UI.Core

Metadata: windows.winmd

See also

Reference

Windows.UI.Core Namespace