Wimark.Controls Class Library  

ContextMenu.MenuItems Property

Gets a value indicating the collection of MenuItem objects associated with the menu.

[Visual Basic]
Public ReadOnly Property MenuItems As MenuItemCollection 
[C#]
public MenuItemCollection MenuItems {get;}
[C++]
public: __property MenuItemCollection* get_MenuItems();

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

ContextMenu Class | ContextMenu Members | Wimark.Controls Namespace | MenuItem