Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
SystemMediaTransportControlsButtonPressedEventArgs.Button Property
Definition
- Namespace:
- Windows.Media
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.
Applies to
Feedback
Was this page helpful?
