Adds an item to the ItemCollection.
Namespace:
DlhSoft.Windows.Controls.PrimitivesAssembly: DlhSoft.Data.Controls (in DlhSoft.Data.Controls.dll)
Syntax
| C# |
|---|
public int Add( Object item ) |
| Visual Basic (Declaration) |
|---|
Public Function Add ( _ item As Object _ ) As Integer |
Parameters
- item
- Type: System..::.Object
The object to add to the ItemCollection.