'Declaration Public Function New( _ ByVal firstChild As ILayoutPanelElement _ )
'Usage Dim firstChild As ILayoutPanelElement Dim instance As New LayoutPanel(firstChild)
public LayoutPanel( ILayoutPanelElement firstChild )
Parameters
- firstChild
- The first child added to the panel.