ZennoLab Assemblies Documentation
Handle Property
See Also  Example Send Feedback
ZennoLab.CommandCenter Assembly > ZennoLab.CommandCenter Namespace > Tab Class : Handle Property

Glossary Item Box

Gets the handle of the browser window.

Syntax

C# 
public int Handle {get;}

Property Value

Type: System.Int32

The handle of the browser window.

Example

The following code example uses the Handle property.
C#Copy Code
Tab tab = instance.MainTab;
            
int handle = tab.Handle;
PHPCopy Code
$tab = $instance->MainTab;
            
$handle = $tab->Handle;

Requirements

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

See Also

© 2012 All Rights Reserved.