| ZennoLab.CommandCenter Assembly > ZennoLab.CommandCenter Namespace : HtmlElement Class |
The following tables list the members exposed by HtmlElement.
| 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. |
| Name | Description | |
|---|---|---|
![]() | Click | The performs the click event on the html element. |
![]() | DragDrop | Performs the drag and drop events for specified elements. |
![]() | DrawAsBitmap | Supports rendering to the bitmap. |
![]() | DrawPartAsBitmap | Supports rendering part of element to the bitmap. |
![]() | DrawPartToBitmap | Supports rendering part of element to the bitmap. |
![]() | DrawToBitmap | Supports rendering to the bitmap. |
![]() | DropFile | Drop file to the element. |
![]() | FindChildByAttribute | Searches for an element among the children by the attribute, and returns the first occurrence. |
![]() | FindChildById | Searches for an element among the children by the ID, and returns the first occurrence. |
![]() | FindChildByName | Searches for an element among the children by the name, and returns the first occurrence. |
![]() | FindChildByTag | Searches for an element among the children by the tag, and returns the first occurrence. |
![]() | FindChildByXPath | Searches for an element among the children by the xpath. |
![]() | FindChildrenByAttribute | Searches for all elements among the children by the attribute. |
![]() | FindChildrenById | Searches for all elements among the children by the ID. |
![]() | FindChildrenByName | Searches for all elements among the children by the name. |
![]() | FindChildrenByTags | Searches for all elements among the children by the tags. |
![]() | FindChildrenByXPath | Searches for all elements among the children by the xpath. |
![]() | Focus | Sets input focus to the html element. |
![]() | GetAttribute | Returns the text of attribute. |
![]() | GetChildren | Returns the all children. |
![]() | GetSelectedItems | Returns the value of the selected items. |
![]() | GetValue | Returns the value of the html element. |
![]() | InsertElementAfter | Inserts the specified element after this element. |
![]() | InsertElementBefore | Inserts the specified element before this element. |
![]() | Reload | Reloads the html element. |
![]() | RemoveAttribute | Removes the specified attribute. |
![]() | RemoveChild | Removes a first level child element. |
![]() | ReplaceChild | Replaces the specified child element. |
![]() | RiseEvent | The performs the specified event for html element. |
![]() | ScrollIntoView | The performs scroll the tab to the current html element. |
![]() | SetAttribute | Sets the text of attribute. |
![]() | SetSelectedItems | Sets the value of the selected items. |
![]() | SetValue | Sets the value of the html element. |