ZennoLab Assemblies Documentation
GetTabByAddress Method
See Also  Example Send Feedback
ZennoLab.CommandCenter Assembly > ZennoLab.CommandCenter Namespace > Instance Class : GetTabByAddress Method
address

Type: System.String

The address of tab in the Instance object.

Glossary Item Box

Returns tab by the address.

Syntax

C# 
public Tab GetTabByAddress( 
   string address
)

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.

Remarks

"page" - this is the default value for main tab. For popup uses the address "popup".

Example

The following example uses the GetTabByAddress method by address "page".
C#Copy Code
// get tab by address
Tab tab = instance.GetTabByAddress("page");
PHPCopy Code
// get tab by address
$tab = $instance->GetTabByAddress("page");

Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.