GlobalSystemMediaTransportControlsSessionPlaybackControls.IsPlayPauseToggleEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Whether the session currently supports the play pause toggle command (where play or pause is picked depending on state).
public:
property bool IsPlayPauseToggleEnabled { bool get(); };
bool IsPlayPauseToggleEnabled();
public bool IsPlayPauseToggleEnabled { get; }
var boolean = globalSystemMediaTransportControlsSessionPlaybackControls.isPlayPauseToggleEnabled;
Public ReadOnly Property IsPlayPauseToggleEnabled As Boolean
Property Value
Boolean
bool
True if play pause toggle is supported; otherwise, false.