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