| ZennoLab.CommandCenter Assembly > ZennoLab.CommandCenter Namespace > Instance Class : GetTabByAddress Method |
Type: System.String
The address of tab in the Instance object.
Type: System.String
The address of tab in the Instance object.
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".
// get tab by address Tab tab = instance.GetTabByAddress("page");
// get tab by address $tab = $instance->GetTabByAddress("page");
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.