SystemMediaTransportControls.IsChannelUpEnabled 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.
Gets or sets a value that specifies if the channel up button is supported.
public:
property bool IsChannelUpEnabled { bool get(); void set(bool value); };
bool IsChannelUpEnabled();
void IsChannelUpEnabled(bool value);
public bool IsChannelUpEnabled { get; set; }
var boolean = systemMediaTransportControls.isChannelUpEnabled;
systemMediaTransportControls.isChannelUpEnabled = boolean;
Public Property IsChannelUpEnabled As Boolean
Property Value
Boolean
bool
true if the channel up button is supported; otherwise, false.