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

Glossary Item Box

Gets the all open tabs.

Syntax

C# 
public Tab[] AllTabs {get;}

Property Value

Type: Zennolab.CommandCenter.Tab[]

An array of tabs open.

Example

The following code example uses the AllTabs property.
C#Copy Code
Tab[] tabs = instance.AllTabs;
PHPCopy Code
$tabs = $instance->AllTabs;

Requirements

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

See Also

© 2012 All Rights Reserved.