Show / Hide Table of Contents

Namespace DevZest.Windows.Docking

Classes

DockCommands

Provides a standard set of docking related commands.

DockControl

Represents a control that contains multiple dockable items.

DockItem

Represents a dockable item hosted by a DockControl.

DockItemCollection

Represents a collection of DockItem objects.

DockItemReference

Represents a reference of DockItem instance.

DockItemStateEventArgs

Provides data for DockItem state change events.

DockLayout

Represents the window layout of DockControl.

DockPane

Represents a container for a collection of DockItem objects.

DockPaneCollection

Represents a collection of DockPane objects.

DockPaneNode

Represents a node in DockTree.

DockPaneSplit

Represents a container consisting of two resizable DockPaneNode objects.

DockTree

Represents a tree of DockPaneNode objects.

DockTreeZOrderConverter

Converts instances of System.String type to and from DockTreeZOrder instances.

FloatingWindow

Represents a floating window which contains a DockTree.

FloatingWindowCollection

Represents a collection of FloatingWindow objects.

ShowAction

Represents base class for the action to show a DockItem.

ShowAsDockPositionAction

Represents the action to show source DockItem as specified dock position.

ShowAsFloatingAction

Represents the action to show source DockItem as floating window.

ShowAsSidePaneAction

Represents the action to show source DockItem as DockPane, side by side of target DockPaneNode.

ShowAsTabbedAction

Represents the action to show source DockItem as tabbed in target DockPane.

ShowInDockTreeAction

Represents the action to show DockItem in target DockTree.

Structs

DockTreeZOrder

Describes the z-order of left, right, top and bottom DockTree objects for DockControl.

Interfaces

IDockItemUndoRedoReference

Provides property to reference a DockItem instance for undo/redo.

Enums

AllowedDockTreePositions

Specifies the allowed dock tree positions for DockItem.

DockControlTreePosition

Specifies the position of DockTree objects inside DockControl.

DockItemShowMethod

Specifies the methods to show a DockItem.

DockItemStateChangeMethod

Specifies the methods to change DockItem state.

DockPosition

Specifies the dock position.

DockTreePosition

Specifies the dock tree positions.

SplitChildrenVisibility

Specifies the children visibility of DockPaneSplit.

Back to top Copyright © Weifen Luo | DevZest