Adds a new DockableControlPane to the collection and specifies the control that should be contained by that pane. Syntax Parameters control Control to be contained by the pane Return Value The new control pane
Adds an existing DockableControlPane to the collection. Syntax Parameters pane Pane to add Return Value Index of the pane in the collection
Adds a new DockableControlPane to the collection with a specfied key value. Syntax Parameters key Key for the new pane Return Value The new control pane
Adds a new DockableControlPane to the collection with a specified Key value, and specifies the control that should be contained by that pane. Syntax Parameters key Key for the new panecontrol Control to be contained by the pane Return Value The new control pane
Adds a new DockableControlPane to the collection with a specified Key value and caption, and specifies the control that should be contained by that pane. Syntax Parameters key Key for the panetext Caption text for the panecontrol Control to contain
Adds an existing DockableControlPane to the collection. Overload List
Adds an array of DockableControlPane objects to the collection. Syntax Parameters panes Array of pane to add