Version

Search Results

DockablePanesCollection Class Methods

Public Methods Protected Methods

DockablePanesCollection Class Properties

Public Properties Protected Properties

Add Method (DockablePanesCollection)

Adds the specified pane to the panes collection. Syntax Parameters pane Pane to add to the collection Return Value Index of the pane in the collection Example The following code demonstrates how to create nested groups of panes.

AddRange Method (DockablePanesCollection)

Adds the specified array of panes to the collection. Syntax Parameters panes Array of panes to add. Example The following code demonstrates how to create nested groups of panes.

Clear Method (DockablePanesCollection)

Clears the collection. Syntax