BCGControlBar Library for .NET
StoreRecentDockInfo Method (DockingPane)




Allows to set the values for the "recent" miniframe, control wrapper and docking pane. Called by the framework  when a docking pane is about to be floating or when it was recently docked, when an instance of the docking pane was added to the hidden docking pane collection.
Syntax
'Declaration
 
Public Sub StoreRecentDockInfo() 
'Usage
 
Dim instance As DockingPane
 
instance.StoreRecentDockInfo()
public void StoreRecentDockInfo()
public: void StoreRecentDockInfo(); 
public:
void StoreRecentDockInfo(); 
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