Gets the handle of the browser window.
Property Value
Type: System.Int32
The handle of the browser window.
The following code example uses the
Handle property.
// get main tab
Tab tab = instance.MainTab;
// get handle
int handle = tab.Handle;
// get main tab
$tab = $instance->MainTab;
// get handle
$handle = $tab->Handle;
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.