Version

Search Results

Dock(Boolean) Method

Docks the pane and its children to the DockAreaPane it previously occupied. Syntax Parameters maintainPreviousState True if the floating pane(s) should be returned to the the docking area previously occupied. False will force multiple panes in a floating group to stay together when docked. Remarks The maintainPrev...

Dock(DockedSide) Method

Docks the pane and its children to a new DockAreaPane at the specified location. Syntax Parameters side The new location Remarks You can specify whether the pane should be docked at the top, bottom, left or right side of the client area. Example The following code demonstrates the use of some of the flyout related...

Dock Method

Docks the pane and its children to a new DockAreaPane at the specified location. Overload List

DockAreaPane Property (DockablePaneBase)

Returns the root DockArea ancestor that contains the pane. Syntax Remarks All panes are either immediately or ultimately contained by a DockArea pane. This property returns a reference to that pane, regardless of any other panes the current pane may be nested inside of. Example The following code uses demonstrates...

DockedState Property

Returns the current docking state of the pane. This property is read-only. Syntax Remarks This property returns either DockedState.Docked or DockedState.Floating, depending on the current condition of the pane. Example The following code uses the InitializePane event to initialize values on the dock areas created ...