BCGControlBar Library for .NET
AddMDIContainer Method




Creates and adds a new MDIContainer to the MDIClientArea, recalulates its layout and makes it active. Called by the framework in LayoutController class when  a new instance of the MDIClient is created on setting MDITab enabled.
Syntax
'Declaration
 
Public Overridable Function AddMDIContainer() As MDIContainer
'Usage
 
Dim instance As MDIClientArea
Dim value As MDIContainer
 
value = instance.AddMDIContainer()
public virtual MDIContainer AddMDIContainer()
public: virtual MDIContainer* AddMDIContainer(); 
public:
virtual MDIContainer^ AddMDIContainer(); 
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

MDIClientArea Class
MDIClientArea Members

Send Feedback