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.

Overload List

Gets or sets the ButtonListItem object at the specified indexed location in the collection.

[Visual Basic] Overloads Public ReadOnly Property Item(Integer) As ButtonListItem
[C#] public ButtonListItem this[int] {get;}
[C++] public: __property ButtonListItem* get_Item(int);

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

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

See Also

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