NetXP 3.0 Reference

DockingManager Class

A full-featured VS.NET-style docking manager. An instance of the DockingManager class needs to be created and associated with each ContainerControl-derived object you want to have a docking capability. Most of the time this will be your application's top-level Form.

For a list of all members of this type, see DockingManager Members.

System.Object
   MarshalByRefObject
      Component
         DockingManager

[Visual Basic]
NotInheritable Public Class DockingManager
Inherits Component
[C#]
public sealed class DockingManager : Component

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: NETXP.Controls.Docking

Assembly: NETXP.Controls.Docking (in NETXP.Controls.Docking.dll)

See Also

DockingManager Members | NETXP.Controls.Docking Namespace