Removes the first occurrence of a specific object from the ItemCollection.
Namespace:
DlhSoft.Windows.Controls.PrimitivesAssembly: DlhSoft.Data.Controls (in DlhSoft.Data.Controls.dll)
Syntax
| C# |
|---|
public void Remove( Object item ) |
| Visual Basic (Declaration) |
|---|
Public Sub Remove ( _ item As Object _ ) |
Parameters
- item
- Type: System..::.Object
The object to remove from the ItemCollection.