Wimark.Controls Class Library  

ComboBox.ComboBoxItemCollection.Item Property

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

[C#] In C#, this property is the indexer for the ComboBox.ComboBoxItemCollection class.

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

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

ComboBox.ComboBoxItemCollection Class | ComboBox.ComboBoxItemCollection Members | Wimark.Controls Namespace | ComboBoxItem