Wimark.Controls Class Library  

ContextMenuCollection.Item Property

[C#] In C#, this property is the indexer for the ContextMenuCollection class.

[Visual Basic]
Public Property Item( _
   ByVal index As Integer _
) As ContextMenu  Implements IList.Item 
[C#]
public ContextMenu this[  
   int index 
] {get; set;}
[C++]
public: __property ContextMenu* get_Item( 
   int index 
);
public: __property void set_Item( 
   int index, 
   ContextMenu* 
);

Implements

IList.Item

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

ContextMenuCollection Class | ContextMenuCollection Members | Wimark.Controls Namespace