Share via


MenuSelectEventArgs.Button Property

Gets the button pressed by the user on the device.

Namespace: Microsoft.SideShow.SimpleContentFormat
Assembly: Microsoft.SideShow (in microsoft.sideshow.dll)

Usage

Syntax

'Declaration
Public ReadOnly Property Button As DeviceButton
public DeviceButton Button { get; }
public:
property DeviceButton Button {
    DeviceButton get ();
}
/** @property */
public DeviceButton get_Button ()
public function get Button () : DeviceButton

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista Home Premium, Windows Vista Business, Windows Vista Enterprise, Windows Vista Ultimate

Target Platforms

Windows Vista Home Premium, Windows Vista Business, Windows Vista Enterprise, Windows Vista Ultimate

See Also

Reference

MenuSelectEventArgs Class
MenuSelectEventArgs Members
Microsoft.SideShow.SimpleContentFormat Namespace