In This Article

ActiproSoftware.UI.WinForms.Controls.Docking Namespace

Classes

AutoHideContainer

Represents a container that can hold tool windows in an auto-hide state.

AutoHideTab

Represents an auto-hide tab.

AutoHideTabCollection

Represents a collection of AutoHideTab objects.

AutoHideTabGroup

Represents a group of auto-hide tabs.

AutoHideTabGroupCollection

Represents a collection of AutoHideTabGroup objects.

AutoHideTabStripPanel

Represents an auto-hide tabstrip panel.

DockContainer

Represents a dock container that can hold tool windows or other dock containers.

DockContainerCollection

Stores a collection of DockContainer objects.

DockContainerContainer

Represents a dock container that can hold other dock containers.

DockContainerTitleBarButton

Represents a button for a DockContainer title bar control.

DockLoadCustomToolWindowLayoutDataEventArgs

Event arguments for the DockLoadCustomToolWindowLayoutDataEventHandler delegate.

DockManager

Provides a manager for controlling dock objects.

DockRenderer

Provides the default renderer for dock controls.

DockSaveCustomToolWindowLayoutDataEventArgs

Event arguments for the DockSaveCustomToolWindowLayoutDataEventHandler delegate.

DocumentWindow

Represents a document window.

DocumentWindowCollection

Stores a collection of DocumentWindow objects.

MetroDockRenderer

Provides a base renderer for dock controls that have a Metro appearance.

MetroDocumentWindowTabStripRenderer

Provides a base renderer for the TabStrip control that is similar to a Metro document window style.

MetroToolWindowTabStripRenderer

Provides a base renderer for the TabStrip control that is similar to a Metro tool window style.

NextWindowNavigationEventArgs

Provides data for Next Window Navigation events.

OfficeClassicDockRenderer

Provides a renderer for dock controls that have an Office classic appearance.

OfficeClassicDocumentWindowTabStripRenderer

Provides a renderer for the TabStrip control that is similar to an Office classic document window style.

OfficeClassicToolWindowTabStripRenderer

Provides a renderer for the TabStrip control that is similar to an Office classic tool window style.

TabStrip

Represents a tabstrip control.

TabStripButton

Represents a button for a TabStripPage control.

TabStripPage

Represents a page for a TabStrip control.

TabStripPageCancelEventArgs

Provides data for cancellable events dealing with TabStripPage objects.

TabStripPageCollection

Encapsulates a collection of TabStripPage components.

TabStripPageContextMenuEventArgs

Provides data for TabStripPage context menu events.

TabStripPageEventArgs

Provides data for events dealing with TabStripPage objects.

TabStripRenderer

Provides a base renderer for the TabStrip control.

TabStripTab

Represents a page's tab for a TabStripPage control.

TabbedMdiContainer

Provides the root container for document window tabbed MDI containers.

TabbedMdiContainerCollection

Stores a collection of TabbedMdiContainer objects.

TabbedMdiRootContainer

Provides the root container for document window tabbed MDI containers.

TabbedMdiWindow

Provides the base requirements for an object that can be displayed in tabbed MDI.

TabbedMdiWindowCancelEventArgs

Provides data for TabbedMdiWindow events that can be cancelled.

TabbedMdiWindowClosingEventArgs

Provides data for the closing event of a TabbedMdiWindow.

TabbedMdiWindowCollection

Stores a collection of TabbedMdiWindow objects.

TabbedMdiWindowContextMenuEventArgs

Provides data for TabbedMdiWindow context menu events.

TabbedMdiWindowEventArgs

Provides data for TabbedMdiWindow events.

ToolWindow

Represents a dockable tool window.

ToolWindowCollection

Stores a collection of ToolWindow objects.

ToolWindowContainer

Represents a dock container that can hold tool windows.

ToolWindowContainerToolWindowCollection

Stores a collection of ToolWindow objects.

VisualStudioClassicDockRenderer

Provides a renderer for dock controls that have a Visual Studio classic appearance.

VisualStudioClassicDocumentWindowTabStripRenderer

Provides a renderer for the TabStrip control that is similar to a Visual Studio classic document window style.

VisualStudioClassicToolWindowTabStripRenderer

Provides a renderer for the TabStrip control that is similar to a Visual Studio classic tool window style.

VisualStudioDockRenderer

Provides a base renderer for dock controls that have a Visual Studio appearance.

VisualStudioDocumentWindowTabStripRenderer

Provides a base renderer for the TabStrip control that is similar to a Visual Studio document window style.

VisualStudioTabStripRendererBase

Provides a base renderer for the TabStrip control that is similar to a Visual Studio tool window style.

VisualStudioToolWindowTabStripRenderer

Provides a base renderer for the TabStrip control that is similar to a Visual Studio tool window style.

WindowsClassicDockRenderer

Provides a renderer for dock controls that have a Windows classic appearance.

WindowsClassicDocumentWindowTabStripRenderer

Provides a renderer for the TabStrip control that is similar to a Windows classic document window style.

WindowsClassicToolWindowTabStripRenderer

Provides a renderer for the TabStrip control that is similar to a Visual Studio 2002 tool window style.

Interfaces

IDockManagerDesigner

Defines the base requirements of an IDesigner to extend the design-time behavior for the DockManager component.

IDockObject

Provides the base requirements for an object that is part of the docking system.

IDockRenderer

Provides the base requirements for a renderer of dock controls.

IDocumentWindowTabStripRenderer

Provides the base requirements for a TabStrip control renderer that renderers a document window.

ITabStripRenderer

Provides the base requirements for a TabStrip control renderer.

IToolWindowTabStripRenderer

Provides the base requirements for a TabStrip control renderer that renderers a tool window.

Enums

DockGuideStyle

Indicates the types of docking guides that can be used.

DockHintStyle

Indicates the types of docking hints that can be used.

DockManagerMenuItemType

Specifies a menu item type for a DockManager.

DockObjectType

Indicates the type of a IDockObject.

DockOperationType

Indicates the type of a dock operation.

DocumentMdiStyle

Specifies the type of MDI to use for documents.

DocumentWindowState

Indicates the state for a DocumentWindow.

NextWindowNavigationType

Indicates the types of Next Window Navigation.

TabStripTabAlignment

Specifies the alignment of tabs in a TabStrip control.

TabStripTabOverflowStyle

Specifies the tab overflow style of a TabStrip control.

TabbedMdiContainerButtonStyle

Specifies the type of buttons to display in a TabbedMdiContainer for accessing tabbed MDI windows.

TabbedMdiWindowCloseReason

Specifies why a TabbedMdiWindow was closed.

TabbedMdiWindowContextMenuItemType

Specifies a TabbedMdiWindow context menu item type.

TabbedMdiWindowContextMenuSource

Specifies the source of a TabbedMdiWindow context menu.

TabbedMdiWindowCreationMethod

Specifies how a TabbedMdiWindow was created.

ToolWindowState

Indicates the state for a ToolWindow.

Delegates

DockLoadCustomToolWindowLayoutDataEventHandler

Represents the method that will handle the loading of custom XML configuration data from a tool window layout file.

DockSaveCustomToolWindowLayoutDataEventHandler

Represents the method that will handle saving of custom XML configuration data in a tool window layout file.

NextWindowNavigationEventHandler

Represents the method that will handle Next Window Navigation events.

TabStripPageCancelEventHandler

Represents the method that will handle cancellable events for TabStripPage objects.

TabStripPageContextMenuEventHandler

Represents the method that will handle various context menu events of a TabStripPage.

TabStripPageEventHandler

Represents the method that will handle events for TabStripPage objects.

TabbedMdiWindowCancelEventHandler

Represents the method that will handle various events of a TabbedMdiWindow that can be cancelled.

TabbedMdiWindowClosingEventHandler

Represents the method that will handle the closing event of a TabbedMdiWindow.

TabbedMdiWindowContextMenuEventHandler

Represents the method that will handle various context menu events of a TabbedMdiWindow.

TabbedMdiWindowEventHandler

Represents the method that will handle various events of a TabbedMdiWindow.