| ZennoLab.CommandCenter Assembly > ZennoLab.CommandCenter Namespace : HtmlElement Class |
For a list of all members of this type, see HtmlElement members.
| Name | Description | |
|---|---|---|
![]() | DisplacementInDocument | Gets the displacement of the upper left corner relative to the parent document. |
![]() | DisplacementInTabWindow | Gets the displacement of the upper left corner relative to the tab's window. |
![]() | ErrorDetected | Gets information about the error detected in the performance last command. |
![]() | FirstChild | Gets the first child element. |
![]() | FullTagName | Gets the full tag of the element. |
![]() | Height | Gets the height of the html element. |
![]() | Id | Gets the ID of the element |
![]() | InnerHtml | Gets the html text inside the tag of the element. |
![]() | InnerText | Gets the text inside the tag of the element. |
![]() | IsNull | Gets a value that indicates whether or not the value of the html element is null value. |
![]() | IsVoid | Gets the specified html element is void or not. |
![]() | LastChild | Gets the last child element. |
![]() | Name | Gets the name of the html element. |
![]() | NextSibling | Gets the next element. |
![]() | OuterHtml | Gets the dom text of the html element. |
![]() | ParentBody | Gets the parent body. |
![]() | ParentDocument | Gets the parent document. |
![]() | ParentElement | Gets the parent element. |
![]() | ParentForm | Gets the parent form. |
![]() | ParentTab | Gets the parent tab. |
![]() | PreviousSibling | Gets the previous element. |
![]() | TagName | Gets the tag of the element. |
![]() | Width | Gets the width of the html element. |