BCGControlBar Library for .NET
SetRecentMiniFrame Method




A miniframe to set as a recent.
Sets the miniframe window which will be consider as "recent". When the docking pane gets a floating mode, it will be placed into this miniframe.
Syntax
'Declaration
 
Public Sub SetRecentMiniFrame( _
   ByVal frame As MiniFrame _
) 
'Usage
 
Dim instance As DockingPane
Dim frame As MiniFrame
 
instance.SetRecentMiniFrame(frame)
public void SetRecentMiniFrame( 
   MiniFrame frame
)
public: void SetRecentMiniFrame( 
   MiniFrame* frame
) 
public:
void SetRecentMiniFrame( 
   MiniFrame^ frame
) 

Parameters

frame
A miniframe to set as a recent.
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