CoreWindowActivationMode
CoreWindowActivationMode
CoreWindowActivationMode
CoreWindowActivationMode
Enum
Definition
Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Prerelease APIs are identified by a Prerelease label.
[Contains prerelease APIs.]
Defines constants that specify the activation state of a window.
public : enum class CoreWindowActivationModepublic enum CoreWindowActivationModePublic Enum CoreWindowActivationMode// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Insider Preview (introduced v10.0.16257.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v5)
|
Fields
| ActivatedInForeground ActivatedInForeground ActivatedInForeground ActivatedInForeground | Prerelease. The window is activated and in the foreground. |
| ActivatedNotForeground ActivatedNotForeground ActivatedNotForeground ActivatedNotForeground | Prerelease. The window is activated, but not in the foreground. |
| Deactivated Deactivated Deactivated Deactivated | Prerelease. The window is deactivated. |
| None None None None | Prerelease. No state is specified. |