Gets or sets the ButtonListItem object at the specified indexed location in the collection.
[C#] In C#, this property is the indexer for the ButtonList.ButtonListItemCollection class.
[Visual Basic] Overloads Public ReadOnly Property Item( _ ByVal index As Integer _ ) As ButtonListItem Implements IList.Item [C#] public ButtonListItem this[ int index ] {get;} [C++] public: __property ButtonListItem* get_Item( int index );
The element at the specified index.
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
ButtonList.ButtonListItemCollection Class | ButtonList.ButtonListItemCollection Members | Wimark.Controls Namespace | ButtonListItem