MediaPlaybackCommandManagerCommandBehavior.IsEnabled Property

Definition

Gets a value indicating whether a System Media Transport Controls command is currently enabled.

public:
 property bool IsEnabled { bool get(); };
bool IsEnabled();
public bool IsEnabled { get; }
var boolean = mediaPlaybackCommandManagerCommandBehavior.isEnabled;
Public ReadOnly Property IsEnabled As Boolean

Property Value

Boolean

bool

True if the command is currently enabled; otherwise, false.

Applies to