BCGSoft.ControlBars Namespace > DockManager Class : AttachToTabWnd Method |
A pane, which will be attached to the TabControl.
A pane, to which will be attached another pane.
Returns new docking pane, which will have a new tab control. On this tab control attached panes will be arranged.
'Declaration Public Function AttachToTabWnd( _ ByVal orgPane As DockingPane, _ ByVal targetBar As DockingPane _ ) As DockingPane
'Usage Dim instance As DockManager Dim orgPane As DockingPane Dim targetBar As DockingPane Dim value As DockingPane value = instance.AttachToTabWnd(orgPane, targetBar)
public DockingPane AttachToTabWnd( DockingPane orgPane, DockingPane targetBar )
public: DockingPane* AttachToTabWnd( DockingPane* orgPane, DockingPane* targetBar )
public: DockingPane^ AttachToTabWnd( DockingPane^ orgPane, DockingPane^ targetBar )
A pane, which will be attached to the TabControl.
A pane, to which will be attached another pane.
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