BCGControlBar Library for .NET
MiniFrame Constructor(Form,DockManager)




The owner of the created miniframe window.
The DockManager to manage the created miniframe window.
Initializes a new instance of the Miniframe class for specified parent form and DockManager.
Syntax
'Declaration
 
Public Function New( _
   ByVal parent As Form, _
   ByVal dockManager As DockManager _
)
'Usage
 
Dim parent As Form
Dim dockManager As DockManager
 
Dim instance As New MiniFrame(parent, dockManager)
public MiniFrame( 
   Form parent,
   DockManager dockManager
)
public: MiniFrame( 
   Form* parent,
   DockManager* dockManager
)
public:
MiniFrame( 
   Form^ parent,
   DockManager^ dockManager
)

Parameters

parent
The owner of the created miniframe window.
dockManager
The DockManager to manage the created miniframe window.
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

MiniFrame Class
MiniFrame Members
Overload List

Send Feedback