ZennoLab Assemblies Documentation
HtmlElement Class Members
Properties  Methods 


The following tables list the members exposed by HtmlElement.

Public Properties
 NameDescription
Public PropertyDisplacementInDocumentGets the displacement of the upper left corner relative to the parent document.  
Public PropertyDisplacementInTabWindowGets the displacement of the upper left corner relative to the tab's window.  
Public PropertyErrorDetectedGets information about the error detected in the performance last command.  
Public PropertyFirstChildGets the first child element.  
Public PropertyFullTagNameGets the full tag of the element.  
Public PropertyHeightGets the height of the html element.  
Public PropertyIdGets the ID of the element  
Public PropertyInnerHtmlGets the html text inside the tag of the element.  
Public PropertyIsNullGets a value that indicates whether or not the value of the html element is null value.  
Public PropertyIsVoidGets the specified html element is void or not.  
Public PropertyLastChildGets the last child element.  
Public PropertyNameGets the name of the html element.  
Public PropertyNextSiblingGets the next element.  
Public PropertyOuterHtmlGets the dom text of the html element.  
Public PropertyParentBodyGets the parent body.  
Public PropertyParentDocumentGets the parent document.  
Public PropertyParentElementGets the parent element.  
Public PropertyParentFormGets the parent form.  
Public PropertyParentTabGets the parent tab.  
Public PropertyPreviousSiblingGets the previous element.  
Public PropertyTagNameGets the tag of the element.  
Public PropertyWidthGets the width of the html element.  
Top
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