Gets or sets the ComboBoxItem object with the specified value in the collection.
[C#] In C#, this property is the indexer for the ComboBox.ComboBoxItemCollection class.
[Visual Basic] Overloads Public ReadOnly Property Item( _ ByVal itemValue As Object _ ) As ComboBoxItem [C#] public ComboBoxItem this[ object itemValue ] {get;} [C++] public: __property ComboBoxItem* get_Item( Object* itemValue );
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family
ComboBox.ComboBoxItemCollection Class | ComboBox.ComboBoxItemCollection Members | Wimark.Controls Namespace | ComboBoxItem