ZennoLab Assemblies Documentation
CloseAllTabs Method
Example 
Closes all tabs except the main tab.
Syntax
public void CloseAllTabs()
Example
The following example uses the CloseAllTabs method.
// close all tabs
instance.CloseAllTabs();
// close all tabs
$instance->CloseAllTabs();
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows Seven

See Also

Reference

Instance Class
Instance Members
NewTab Method
ActiveTab Property
AllTabs Property
MainTab Property

Send Feedback