Version

Search Results

ToString Method (DockableControlPane)

Returns the control name, whether the pane is pinned and key, if one was specified. Syntax Return Value A string consisting of the Control name, if the pane is unpinned and the Infragistics.Shared.KeyedSubObjectBase.Key.

Unpin Method (DockableControlPane)

Detaches the pane from its current docked parent pane and displays the pane in the UnpinnedTabArea. Syntax Remarks When a pane is unpinned, its contents are displayed only while in use. At other times, the pane collapses into a tab at the edge of the docking area (the UnpinnedTabArea). The user may display the pan...

DockableControlPane Constructor()

Initializes a new instance of the DockableControlPane class. Syntax Example The following code creates several DockableControlPanes to contain controls on the form and then create the DockAreaPane instances to contain them.

DockableControlPane Constructor(Control)

Initializes a new instance of the DockableControlPane class. Syntax Parameters control Control to be contained by the new pane. Example The following code demonstrates how to create nested groups of panes.