BCGControlBar Library for .NET
DisposeUnreferredMiniFrame Method




A miniframe to remove.
Called by the framework on setting recent miniframe for the docking pane or saving its state. Checks if any docking pane from the docking pane's collection of current dockmanager is a child of the specified miniframe. If there is no such a docking pane, the specified  miniframe will be removed.
Syntax
'Declaration
 
Public Sub DisposeUnreferredMiniFrame( _
   ByVal frame As MiniFrame _
) 
'Usage
 
Dim instance As DockManager
Dim frame As MiniFrame
 
instance.DisposeUnreferredMiniFrame(frame)
public void DisposeUnreferredMiniFrame( 
   MiniFrame frame
)
public: void DisposeUnreferredMiniFrame( 
   MiniFrame* frame
) 
public:
void DisposeUnreferredMiniFrame( 
   MiniFrame^ frame
) 

Parameters

frame
A miniframe to remove.
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

DockManager Class
DockManager Members

Send Feedback