Adds a child object.
Namespace:
DlhSoft.Windows.Controls.PrimitivesAssembly: DlhSoft.Data.Controls (in DlhSoft.Data.Controls.dll)
Syntax
| C# |
|---|
public virtual void AddChild( Object value ) |
| Visual Basic (Declaration) |
|---|
Public Overridable Sub AddChild ( _ value As Object _ ) |
Parameters
- value
- Type: System..::.Object
The child object to add.