ZennoLab Assemblies Documentation
HtmlElement Class Methods


For a list of all members of this type, see HtmlElement members.

Public Methods
 NameDescription
Public MethodClickThe performs the click event on the html element.  
Public MethodDragDropPerforms the drag and drop events for specified elements.  
Public MethodDrawPartToBitmapSupports rendering part of element to the bitmap.  
Public MethodDrawToBitmapSupports rendering to the bitmap.  
Public MethodFindChildByAttributeSearches for an element among the children by the attribute, and returns the first occurrence.  
Public MethodFindChildByIdSearches for an element among the children by the ID, and returns the first occurrence.  
Public MethodFindChildByNameSearches for an element among the children by the name, and returns the first occurrence.  
Public MethodFindChildByTagSearches for an element among the children by the tag, and returns the first occurrence.  
Public MethodFindChildByXPathSearches for an element among the children by the xpath.  
Public MethodFindChildrenByAttributeSearches for all elements among the children by the attribute.  
Public MethodFindChildrenByIdSearches for all elements among the children by the ID.  
Public MethodFindChildrenByNameSearches for all elements among the children by the name.  
Public MethodFindChildrenByTagsSearches for all elements among the children by the tags.  
Public MethodFindChildrenByXPathSearches for all elements among the children by the xpath.  
Public MethodFocusSets input focus to the html element.  
Public MethodGetAttributeReturns the text of attribute.  
Public MethodGetChildrenReturns the all children.  
Public MethodGetSelectedItemsReturns the value of the selected items.  
Public MethodGetValueReturns the value of the html element.  
Public MethodInsertElementAfterInserts the specified element after this element.  
Public MethodInsertElementBeforeInserts the specified element before this element.  
Public MethodRemoveAttributeRemoves the specified attribute.  
Public MethodRemoveChildRemoves a first level child element.  
Public MethodReplaceChildReplaces the specified child element.  
Public MethodRiseEventThe performs the specified event for html element.  
Public MethodScrollIntoViewThe performs scroll the tab to the current html element.  
Public MethodSetAttributeSets the text of attribute.  
Public MethodSetSelectedItemsSets the value of the selected items.  
Public MethodSetValueSets the value of the html element.  
Top
See Also

Reference

HtmlElement Class
ZennoLab.CommandCenter Namespace
HtmlElementCollection Class
Instance Class
Tab Class
Document Class

Send Feedback