ZennoLab Assemblies Documentation
CloseAllTabs Method
See Also  Example Send Feedback
ZennoLab.CommandCenter Assembly > ZennoLab.CommandCenter Namespace > Instance Class : CloseAllTabs Method

Glossary Item Box

Closes all tabs except the main tab.

Syntax

C# 
public void CloseAllTabs()

Example

The following example uses the CloseAllTabs method.
C#Copy Code
// close all tabs
instance.CloseAllTabs();
PHPCopy Code
// 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

See Also

© 2013 All Rights Reserved.