| ZennoLab.CommandCenter Assembly > ZennoLab.CommandCenter Namespace : HtmlElement Class |
For a list of all members of this type, see HtmlElement members.
| Name | Description | |
|---|---|---|
![]() | Click | The performs the click event on the html element. |
![]() | DragDrop | Performs the drag and drop events for specified elements. |
![]() | DrawPartToBitmap | Supports rendering part of element to the bitmap. |
![]() | DrawToBitmap | Supports rendering to the bitmap. |
![]() | 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. |
![]() | 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. |