Parameters
- address
Type: System.String
The address of tab in the Instance object.
Return Value
Type: Zennolab.CommandCenter.Tab
The tab of the Instance object with the necessary address.
"page" - this is the default value for main tab. For popup uses the address "popup".
The following example uses the GetTabByAddress method by address "page".
| C# | Copy Code |
|---|---|
// get tab by address Tab tab = instance.GetTabByAddress("page"); | |
| PHP | Copy Code |
|---|---|
// get tab by address $tab = $instance->GetTabByAddress("page"); | |
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family