Version

fnCloseTab(Object) Method

Close Tab by Tab Identifier
Syntax
'Declaration
 
Protected Overloads Sub fnCloseTab( _
   ByVal tabIdentifer As System.Object _
) 
protected void fnCloseTab( 
   System.object tabIdentifer
)
protected: void fnCloseTab( 
   System.Object* tabIdentifer
) 

Parameters

tabIdentifer
could be the header or the index of the tab
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