Version

Search Results

Add(Control) Method

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

Add(DockableControlPane) Method

Adds an existing DockableControlPane to the collection. Syntax Parameters pane Pane to add Return Value Index of the pane in the collection

Add(String) Method

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

Add(String,Control) Method

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

Add(String,String,Control) Method

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

Add Method (DockableControlPanesCollection)

Adds an existing DockableControlPane to the collection. Overload List

AddRange Method (DockableControlPanesCollection)

Adds an array of DockableControlPane objects to the collection. Syntax Parameters panes Array of pane to add