[]
Adds child element with the specified DockStyle option.
public void AddChild(Element e, DockStyle dock)
Public Sub AddChild(e As Element, dock As DockStyle)
| Type | Name | Description |
|---|---|---|
| Element | e | The Element to add. |
| DockStyle | dock | The DockStyle option to use for the added child element. |