| C# | |
|---|---|
public HtmlElement PreviousSibling {get;} | |
Property Value
Type: Zennolab.CommandCenter.HtmlElement
The previous element.
The following code example uses the PreviousSibling property.
| C# | Copy Code |
|---|---|
HtmlElement he = tab.MainDocument.FindElementByAttribute("input:checkbox", "fulltag", "input:checkbox", "text", 0); HtmlElement prevElement = he.PreviousSibling; | |
| PHP | Copy Code |
|---|---|
$he = $tab->MainDocument->FindElementByAttribute("input:checkbox", "fulltag", "input:checkbox", "text", 0); $prevElement = $he->PreviousSibling; | |
If the previous element to a higher level, then return null.
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family