Wimark.Controls Class Library  

ComboEditor.ComboEditorItemCollection.Item Property

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

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

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

Implements

IList.Item

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

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