BCGControlBar Library for .NET
ReplaceStandardMDIClient Method




A MDIClient container to set.
Specifies if it is necessary to replace standard MDIClient.
If the "replace" parameter is true, than the child container for MDI forms will be replaced by the specified MDIClient container. Otherwise, if the standard MDICilent exists, it will be removed. Called by the framework in LayoutController class when  a new instance of the MDIClient is created on setting MDITab enabled.
Syntax
'Declaration
 
Public Sub ReplaceStandardMDIClient( _
   ByVal value As MdiClient, _
   ByVal replace As Boolean _
) 
'Usage
 
Dim instance As MDIClientArea
Dim value As MdiClient
Dim replace As Boolean
 
instance.ReplaceStandardMDIClient(value, replace)
public void ReplaceStandardMDIClient( 
   MdiClient value,
   bool replace
)
public: void ReplaceStandardMDIClient( 
   MdiClient* value,
   bool replace
) 
public:
void ReplaceStandardMDIClient( 
   MdiClient^ value,
   bool replace
) 

Parameters

value
A MDIClient container to set.
replace
Specifies if it is necessary to replace standard MDIClient.
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