Wimark.Controls Class Library  

DomainUpDown.DomainUpDownItemCollection.Item Property

Gets or sets the DomainUpDownItem object with the specified value in the collection.

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

Overload List

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

[Visual Basic] Overloads Public Property Item(Integer) As DomainUpDownItem
[C#] public DomainUpDownItem this[int] {get; set;}
[C++] public: __property DomainUpDownItem* get_Item(int);
public: __property void set_Item(int, DomainUpDownItem*);

Gets or sets the DomainUpDownItem object with the specified value in the collection.

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

See Also

DomainUpDown.DomainUpDownItemCollection Class | DomainUpDown.DomainUpDownItemCollection Members | Wimark.Controls Namespace | DomainUpDownItem