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

Syntax

C# 
public HtmlElement ParentBody {get;}

Property Value

Type: Zennolab.CommandCenter.HtmlElement

The parent body.

Example

The following code example uses the ParentBody property.
C#Copy Code
HtmlElement he = tab.MainDocument.FindElementByAttribute("input:checkbox", "fulltag", "input:checkbox", "text", 0);
            
HtmlElement parentBody = he.ParentBody;
PHPCopy Code
$he = $tab->MainDocument->FindElementByAttribute("input:checkbox", "fulltag", "input:checkbox", "text", 0);
            
$parentBody = $he->ParentBody;

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.