ZennoLab Assemblies Documentation
AllTabs Property
Example 
Gets the all open tabs.
Syntax
public Tab[] AllTabs {get;}

Property Value

Type: Zennolab.CommandCenter.Tab[]

An array of tabs open.

Example
The following code example uses the AllTabs property.
// get all tabs
Tab[] tabs = instance.AllTabs;
// 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, Windows Seven

See Also

Reference

Instance Class
Instance Members
ActiveTab Property
MainTab Property

Send Feedback