Zennolab.CommandCenter
ParentTab Property
See Also  Example Send Feedback
Zennolab.CommandCenter Namespace > HtmlElement Class : ParentTab Property
Gets the parent tab.

Syntax

C# 
public Tab ParentTab {get;}

Property Value

Type: Zennolab.CommandCenter.Tab

The parent tab.

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;
PHPCopy 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

© 2011 All Rights Reserved.