BCGControlBar Library for .NET
GetRecentMiniFrame Method




Specifies the miniFrame window that contains the docking pane before it was docked or the miniFrame window to be set by the method SetRecentMiniFrame, otherwise, the returned value is null.  When we set for the docking pane floating mode again, it will be put into the specified miniframe.
Syntax
'Declaration
 
Public Function GetRecentMiniFrame() As MiniFrame
'Usage
 
Dim instance As DockingPane
Dim value As MiniFrame
 
value = instance.GetRecentMiniFrame()
public MiniFrame GetRecentMiniFrame()
public: MiniFrame* GetRecentMiniFrame(); 
public:
MiniFrame^ GetRecentMiniFrame(); 
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