BCGSoft.ControlBars Namespace : DockingPane Class |
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.
'Declaration Public Class DockingPane Inherits System.Windows.Forms.ContainerControl Implements IRecentRectProvider, BCGSoft.Shared.IActiveContainer, BCGSoft.Shared.IPendingVisibleState, BCGSoft.Shared.ISupportCustomLayout
'Usage Dim instance As DockingPane
public class DockingPane : System.Windows.Forms.ContainerControl, IRecentRectProvider, BCGSoft.Shared.IActiveContainer, BCGSoft.Shared.IPendingVisibleState, BCGSoft.Shared.ISupportCustomLayout
public __gc class DockingPane : public System.Windows.Forms.ContainerControl, IRecentRectProvider, BCGSoft.Shared.IActiveContainer, BCGSoft.Shared.IPendingVisibleState, BCGSoft.Shared.ISupportCustomLayout
public ref class DockingPane : public System.Windows.Forms.ContainerControl, IRecentRectProvider, BCGSoft.Shared.IActiveContainer, BCGSoft.Shared.IPendingVisibleState, BCGSoft.Shared.ISupportCustomLayout
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ScrollableControl
System.Windows.Forms.ContainerControl
BCGSoft.ControlBars.DockingPane
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