Wimark.Controls Class Library  

ButtonList.ButtonListItemCollection.Item Property

Gets or sets the ButtonListItem object with the specified tag in the collection.

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

[Visual Basic]
Overloads Public ReadOnly Property Item( _
   ByVal tag As Object _
) As ButtonListItem 
[C#]
public ButtonListItem this[  
   object tag 
] {get;}
[C++]
public: __property ButtonListItem* get_Item( 
   Object* tag 
);

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

ButtonList.ButtonListItemCollection Class | ButtonList.ButtonListItemCollection Members | Wimark.Controls Namespace | ButtonListItem