BCGSoft.ControlBars Namespace > MDIContainer Class > CloseTab Method : CloseTab(MdiChildForm) Method |
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.
'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 )
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