BCGControlBar Library for .NET
StoreRecentDockInfo Method (TabbedGroup)




If TRUE, the docking panes will be located in miniframes windows resently used by them, otherwise in the last used docking containers.
Called by the framework to restore the last location of the docking panes related to the tab items from the TabCollection.
Syntax
'Declaration
 
Public Sub StoreRecentDockInfo( _
   ByVal floating As Boolean _
) 
'Usage
 
Dim instance As TabbedGroup
Dim floating As Boolean
 
instance.StoreRecentDockInfo(floating)
public void StoreRecentDockInfo( 
   bool floating
)
public: void StoreRecentDockInfo( 
   bool floating
) 
public:
void StoreRecentDockInfo( 
   bool floating
) 

Parameters

floating
If TRUE, the docking panes will be located in miniframes windows resently used by them, otherwise in the last used docking containers.
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