| C# | |
|---|---|
public Tab[] AllTabs {get;} | |
Property Value
Type: Zennolab.CommandCenter.Tab[]
An array of tabs open.
The following code example uses the AllTabs property.
| C# | Copy Code |
|---|---|
// get all tabs
Tab[] tabs = instance.AllTabs; | |
| PHP | Copy Code |
|---|---|
// get all tabs $tabs = $instance->AllTabs; | |
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family