Search
IAddChild.AddChild Method
See Also
 





Adds the specified object as a child to the current object.

Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

void AddChild (
    Object child
)

Visual Basic  Copy Code

Sub AddChild( _
    child As Object _
)

 Parameters

child

The child object to add.

 See Also