BCGControlBar Library for .NET
GetDockManager Method (TabbedGroup)




Returns a DockManager of the parent docking pane. If the parent docking pane is a null value, the null reference will be returned.
Syntax
'Declaration
 
Public Function GetDockManager() As DockManager
'Usage
 
Dim instance As TabbedGroup
Dim value As DockManager
 
value = instance.GetDockManager()
public DockManager GetDockManager()
public: DockManager* GetDockManager(); 
public:
DockManager^ GetDockManager(); 
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