Parameters
- property
Type: System.String
The name of style property.
Return Value
Type: System.String
The text of style property.
Type: System.String
The name of style property.
Type: System.String
The name of style property.
Type: System.String
The text of style property.
// find element by attribute HtmlElement he = instance.GetTabByAddress("page").GetDocumentByAddress("0").FindElementByAttribute("input:checkbox", "fulltag", "input:checkbox", "text", 0); // get attribute value string propertyText = he.GetStylePropertyValue("display"); // propertyText = "inline-block"
// find element by attribute $he = $instance->GetTabByAddress("page")->GetDocumentByAddress("0")->FindElementByAttribute("input:checkbox", "fulltag", "input:checkbox", "text", 0); // get attribute value $propertyText = $he->GetStylePropertyValue("display"); // $propertyText = "inline-block"
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.