[C#] In C#, this property is the indexer for the MenuItemCollection class.
[Visual Basic] Public Property Item( _ ByVal index As Integer _ ) As MenuItem Implements IList.Item [C#] public MenuItem this[ int index ] {get; set;} [C++] public: __property MenuItem* get_Item( int index ); public: __property void set_Item( int index, MenuItem* );
IList.Item
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family
MenuItemCollection Class | MenuItemCollection Members | Wimark.Controls Namespace