Gets the parent tab.
Syntax
Example
The following code example uses the
ParentTab property.
| C# | Copy Code |
|---|
HtmlElement he = tab.MainDocument.FindElementByAttribute("input:checkbox", "fulltag", "input:checkbox", "text", 0);
Tab parentTab = he.ParentTab; |
| PHP | Copy Code |
|---|
$he = $tab->MainDocument->FindElementByAttribute("input:checkbox", "fulltag", "input:checkbox", "text", 0);
$parentTab = $he->ParentTab; |
Requirements
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also