Wimark.Controls Class Library  

ComboEditor.ComboEditorItemCollection.Item Property

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

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

Overload List

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

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

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

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

See Also

ComboEditor.ComboEditorItemCollection Class | ComboEditor.ComboEditorItemCollection Members | Wimark.Controls.Editors Namespace | ComboEditorItem