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
// get all tabs
Tab[] tabs = instance.AllTabs;
PHPCopy Code
// get all tabs
$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

© 2013 All Rights Reserved.