BCGControlBar Library for .NET
DockingPane Class
Members 




Inherits ContainerControl from the namespace System.Windows.Form. Implements such interfaces as ISupportCustomLayout, IRecentRectProvider, ISerializable, IActiveContainer, IPendingVisibleState, IServiceProvider, IMessageFilter.

Provides a functionality of docking control. DockingPane control  can be docked to one of the edges of the form or float as a miniframe. Its client field can be filled by another control.

Some DockingPane controls can be join to the tabbed group. When we place one control to another new DockingPane will be dynamically created in runtime and  new TabControl will be created. You can place on it other DockingPane controls.

For creating DockingPane control and TabControl dynamically in runtime we have to use DockManager.

Object Model
DockingPane ClassDockManager ClassAutoHideButton ClassToolbar Class
Syntax
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.ScrollableControl
               System.Windows.Forms.ContainerControl
                  BCGSoft.ControlBars.DockingPane

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DockingPane Members
BCGSoft.ControlBars Namespace

Send Feedback