Gets the all open tabs.
public Tab[] AllTabs {get;}
Property Value
Type: Zennolab.CommandCenter.Tab[]
An array of tabs open.
The following code example uses the
AllTabs property.
// get all tabs
Tab[] tabs = instance.AllTabs;
// get all tabs
$tabs = $instance->AllTabs;
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.