Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 671 Bytes

corewindowactivationstate.md

File metadata and controls

31 lines (21 loc) · 671 Bytes
-api-id -api-type
T:Windows.UI.Core.CoreWindowActivationState
winrt enum

CoreWindowActivationState

-description

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

-enum-fields

-field CodeActivated:0

The window was activated by a call to Activate.

-field Deactivated:1

The window was deactivated.

-field PointerActivated:2

The window was activated by pointer interaction.

-remarks

-examples

-see-also

CoreWindow