NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MenuItem.MenuID

Gets the Windows identifier for this menu item.

[Visual Basic]
Protected ReadOnly Property MenuID As Integer
[C#]
protected int MenuID {get;}
[C++]
protected: __property int get_MenuID();
[JScript]
protected function get MenuID() : int;

Property Value

The Windows identifier for this menu item.

See Also

MenuItem Class | MenuItem Members | System.WinForms Namespace