BCGSoft.ControlBars Namespace > DockingPane Class : MoveVisibleTabs Method |
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.
'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 )
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