Wimark.Controls Class Library  

ComboBox.ComboBoxItemCollection.Remove Method

Removes a ComboBoxItem object from the collection.

[Visual Basic]
Public Sub Remove( _
   ByVal aValue As ComboBoxItem _
)
 
[C#]
public void Remove( 
   ComboBoxItem aValue 
);
[C++]
public: void Remove( 
   ComboBoxItem* aValue 
);

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