BCGControlBar Library for .NET
CloseTab(MdiChildForm) Method




A MDIChildForm to close.

Closes the MDIChild form specified in parameter. Called by the framework when user selects a menu item "CloseAllBut" from the context menu of the related tab item.

Syntax
'Declaration
 
Public Overloads Sub CloseTab( _
   ByVal form As MdiChildForm _
) 
'Usage
 
Dim instance As MDIContainer
Dim form As MdiChildForm
 
instance.CloseTab(form)
public void CloseTab( 
   MdiChildForm form
)
public: void CloseTab( 
   MdiChildForm* form
) 
public:
void CloseTab( 
   MdiChildForm^ form
) 

Parameters

form
A MDIChildForm to close.
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

MDIContainer Class
MDIContainer Members
Overload List

Send Feedback