GlobalSystemMediaTransportControlsSessionPlaybackControls.IsStopEnabled Property

Definition

Whether the session currently supports the stop command.

public:
 property bool IsStopEnabled { bool get(); };
bool IsStopEnabled();
public bool IsStopEnabled { get; }
var boolean = globalSystemMediaTransportControlsSessionPlaybackControls.isStopEnabled;
Public ReadOnly Property IsStopEnabled As Boolean

Property Value

Boolean

bool

True if stop is supported; otherwise, false.

Applies to