Version

Search Results

Parent Property (DockablePaneBase)

Returns the parent of the current pane. Syntax Remarks This property returns null if the pane does not have a parent. Example The following code demonstrates how to selectively control which panes may be toggled between their docked and floating states. This can also be accomplished using the PaneSettingss PaneDou...

ParentDocked Property

Returns the parent DockableGroupPane that contains the pane when it is docked. Syntax Remarks Even when a pane is floating in a window, it maintains a relationship with the pane to which it was previously docked. It will return to the dock area to which it was previously parented when it is re-docked (through code...

ParentFloating Property

Returns the parent DockableGroupPane that contains the pane when it is floating. Syntax Remarks Even when a pane is docked, it maintains a relationship with the pane in which it was previously floated. It will return to the floating pane in which it was previously displayed when it is re-floated (through code or b...

Pin Method (DockablePaneBase)

Pins all of the DockableControlPane descendant panes. Syntax Remarks This method cannot be invoked on a floating DockArea pane. Example The following example demonstrates the various methods for pinning one or more DockableControlPane instances.

PropertyChanged Method (DockablePaneBase)

Invoked when a panes property has been changed. Syntax Parameters propId ID indicating which pane has been changed.

RepositionToGroup(DockableGroupPane) Method

Repositions the pane to a new group. Syntax Parameters newGroup New group pane to contain the pane. Remarks An exception will be thrown if the specified pane is a descendant of the current pane.

RepositionToGroup(DockableGroupPane,Int32) Method

Repositions the pane to a new group. Syntax Parameters newGroup New group pane to contain the pane.newIndex Index in the group Remarks An exception will be thrown if the specified pane is a descendant of the current pane.

RepositionToGroup Method

Repositions the pane to a new group. Overload List

RepositionToPane Method

Repositions the pane relative to the specified pane. Syntax Parameters relativePane New relativerelationship Relationship to the relativePane