SystemMediaTransportControlsButtonPressedEventArgs.Button 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 the button on the SystemMediaTransportControls that was pressed.
public:
property SystemMediaTransportControlsButton Button { SystemMediaTransportControlsButton get(); };
SystemMediaTransportControlsButton Button();
public SystemMediaTransportControlsButton Button { get; }
var systemMediaTransportControlsButton = systemMediaTransportControlsButtonPressedEventArgs.button;
Public ReadOnly Property Button As SystemMediaTransportControlsButton
Property Value
The button that was pressed.