Zennolab.CommandCenter
GetTabByAddress Method
See Also  Example Send Feedback
Zennolab.CommandCenter Namespace > Instance Class : GetTabByAddress Method
address

Type: System.String

The address of tab in the Instance object.

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.

Example

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

Remarks

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

Requirements

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

See Also

© 2011 All Rights Reserved.