BCGControlBar Library for .NET
FixUpDockInfo Method (TabbedGroup)




A DockManager to fix up.

Called by the framework to set the current state of the tab control and add them to the tab control collection of the specified DockManager.

Syntax
'Declaration
 
Public Sub FixUpDockInfo( _
   ByVal dockManager As DockManager _
) 
'Usage
 
Dim instance As TabbedGroup
Dim dockManager As DockManager
 
instance.FixUpDockInfo(dockManager)
public void FixUpDockInfo( 
   DockManager dockManager
)
public: void FixUpDockInfo( 
   DockManager* dockManager
) 
public:
void FixUpDockInfo( 
   DockManager^ dockManager
) 

Parameters

dockManager
A DockManager to fix up.
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

TabbedGroup Class
TabbedGroup Members

Send Feedback