ZennoLab Assemblies Documentation
HtmlElement Class Methods
See Also  Send Feedback
ZennoLab.CommandCenter Assembly > ZennoLab.CommandCenter Namespace : HtmlElement Class


Glossary Item Box

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

Public Methods

 NameDescription
Public MethodClickClick on the 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 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 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 child element.  
Public MethodReplaceChildReplaces the specified child element.  
Public MethodRiseEventRises event.  
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

© 2013 All Rights Reserved.