Adds a child object.

Namespace:  DlhSoft.Windows.Controls.Primitives
Assembly:  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.

Implements

IAddChild..::.AddChild(Object)

See Also