RemoveItem Method (ComboBoxItemCollection)
In This Topic
Removes the item at the specified index of the collection.
Syntax
'Declaration
Protected Overrides Sub RemoveItem( _
ByVal As Integer _
)
protected override void RemoveItem(
int
)
Parameters
- index
- The zero-based index of the element to remove.
See Also