GameTransportControls.IsEnabled Property

Important The Windows.Xbox.Media namespace is deprecated from the November 2015 Xbox One XDK.
[Deprecated] Enables and disables the game transport controls for the app.

Syntax

public:
property bool IsEnabled {
         bool get ();
         void set (bool value);
}  

Property value

Type: bool 

 True if the transport controls are enabled for the app; otherwise, false.

Remarks

Setting IsEnabled to false will disable the apps support for the system media transport controls, so the controls will not show. Setting IsEnabled to true will re-enable the controls for the app.

Requirements

Namespace: Windows.Xbox.Media

Metadata: windows.winmd

See also

Reference

GameTransportControls Class

GameTransportControls Members

Windows.Xbox.Media Namespace