Share via


MenuSelectEventArgs.ItemId Property

Gets the item ID of the menu item selected by the user on the device.

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

Usage

Syntax

'Declaration
Public ReadOnly Property ItemId As Integer
public int ItemId { get; }
public:
property int ItemId {
    int get ();
}
/** @property */
public int get_ItemId ()
public function get ItemId () : int

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