[]
        
(Showing Draft Content)

C1.Framework.DockPanel.AddChild

AddChild Method

AddChild(Element, DockStyle)

Adds child element with the specified DockStyle option.

Declaration
public void AddChild(Element e, DockStyle dock)
Public Sub AddChild(e As Element, dock As DockStyle)
Parameters
Type Name Description
Element e

The Element to add.

DockStyle dock

The DockStyle option to use for the added child element.