BCGControlBar Library for .NET
MoveVisibleTabs Method




A target Docking Pane to get  tab items.
If current docking pane has TabControl control and  targetbar has TabControl, 
then all visible tabs from the TabbedGroup of current docking pane will be moved to the TabbedGroup
of the target docking pane.
Syntax
'Declaration
 
Public Sub MoveVisibleTabs( _
   ByVal targetBar As DockingPane _
) 
'Usage
 
Dim instance As DockingPane
Dim targetBar As DockingPane
 
instance.MoveVisibleTabs(targetBar)
public void MoveVisibleTabs( 
   DockingPane targetBar
)
public: void MoveVisibleTabs( 
   DockingPane* targetBar
) 
public:
void MoveVisibleTabs( 
   DockingPane^ targetBar
) 

Parameters

targetBar
A target Docking Pane to get  tab items.
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 Class
DockingPane Members

Send Feedback