| ZennoLab.CommandCenter Assembly > ZennoLab.CommandCenter Namespace > HtmlElement Class : ParentForm Property |
public HtmlElement ParentForm {get;}
Type: Zennolab.CommandCenter.HtmlElement
The parent form.
// 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;
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.