Skip to main content
A newer version of this page is available. .

DockManager Constructors

The component that allows you to create docked, floating and/or auto-hidden dock panels inside a form or user control. See Docking Library.
Name Parameters Description
DockManager() none Initializes a new instance of the DockManager class.
DockManager(IContainer) container Initializes a new instance of the DockManager class with the specified container control.
DockManager(ContainerControl) form Initializes a new instance of the DockManager class with the specified container control.
See Also