BCGControlBar Library for .NET
CreateMiniFrame Method




The boundaries of the created miniframe windows, in screen coordinates.
Creates miniframe window for the parent form of the dockmanager with the boundaries of the specified rectangle, adds it to the  miniframe's collection of the dockmanager.   Called by the framework when any docking pane of this dockmanager gets the floating state.
Syntax
'Declaration
 
Public Overridable Function CreateMiniFrame( _
   ByVal rect As Rectangle _
) As MiniFrame
'Usage
 
Dim instance As DockManager
Dim rect As Rectangle
Dim value As MiniFrame
 
value = instance.CreateMiniFrame(rect)
public virtual MiniFrame CreateMiniFrame( 
   Rectangle rect
)
public: virtual MiniFrame* CreateMiniFrame( 
   Rectangle rect
) 
public:
virtual MiniFrame^ CreateMiniFrame( 
   Rectangle rect
) 

Parameters

rect
The boundaries of the created miniframe windows, in screen coordinates.
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