ZennoLab Assemblies Documentation
ParentForm Property
Example 
Gets the parent form.
Syntax
public HtmlElement ParentForm {get;}

Property Value

Type: Zennolab.CommandCenter.HtmlElement

The parent form.

Example
The following code example uses the ParentForm property.
// find element
HtmlElement he = tab.GetDocumentByAddress("0").FindElementByAttribute("input:checkbox", "fulltag", "input:checkbox", "text", 0);
 
// get parent form
HtmlElement parentElement = he.ParentForm;
// find element
HtmlElement he = tab.GetDocumentByAddress("0").FindElementByAttribute("input:checkbox", "fulltag", "input:checkbox", "text", 0);
 
// get parent form
$parentElement = $he->ParentForm;
Requirements

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

See Also

Reference

HtmlElement Class
HtmlElement Members
ParentBody Property
ParentDocument Property
ParentElement Property
ParentTab Property

Send Feedback