Classes

  Class Description
Public class C1DockControl
C1DockControl is a control that allows you to dock, float, or tab windows.
Public class C1DockControlPanel
Internal class. Use as C1DockControl's DockedHost template part only.
Public class C1DockGroup
Use as a C1DockControl item to enclose C1DockTabControls in a sub-rectangle of the available space.
Public class C1DockInnerPicker
Public class C1DockOuterPicker
Public class C1DockPicker
An overlay that appears over C1DockTabControl instances when the user is dragging a C1DockTabControl or C1DockTabItem. Override the style with the OuterPickerStyle and InnerPickerStyle properties.
Public class C1DockPickerPart
The areas to drop a grabbed C1DockTabControl or C1DockTabItem.
Public class C1DockPreview
Represents a passive overlay signaling the relative projected destination of the grabbed C1DockTabControl or C1DockTabItem that appears when the mouse hovers over a C1DockPickerPart.
Public class C1DockSettings
Saves and restores the state of a C1DockControl to and from XML.
Public class C1DockSlidingPanel
Internal class. Use as C1DockControl's SlidingHost template part only.
Public class C1DockSplitter
Internal class. Override the style with the SplitterStyle property.
Public class C1DockTabControl
Represents a dockable, slideable, and floatable item in a C1DockControl.
Public class C1DockTabItem
Represents a selectable item in a C1DockTabControl.
Public class C1DockWindow
Internal class. Override the style with the WindowStyle property.
Public class ItemDockModeChangedEventArgs
Event class for the DockModeChanged event.
Public class PickerLoadingEventArgs
Event class for the PickerLoading event.
Public class SlidingEventArgs
Event class for the SlidingOpening, SlidingOpened, SlidingClosing, and SlidingClosed events.

Structures

  Structure Description
Public structure DockSettingsItem
The object and xml node serialization/de-serialization images.

Enumerations

  Enumeration Description
Public enumeration DockMode
Possible states of visualization for a C1DockTabControl.
Public enumeration DropPosition
The possible positions to drop a docking element relative to another.