InfoConnect for Airlines VBA Guide
WebElement Object Properties

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

Properties
 NameDescription
Public PropertyAllElementsGets all elements underneath the current element.  
Public PropertyCanHaveChildrenGets a value that indicates whether this element has child elements.  
Public PropertyChildrenGets all children of the current element.  
Public PropertyDocumentGets the HtmlDocument to which this element belongs.  
Public PropertyEnabledGets or sets whether the user can enter data into this element.  
Public PropertyFirstChildGets the next element below this element in the document tree.  
Public PropertyIdGets or sets a label by which to identify the element.  
Public PropertyInnerHtmlGets or sets the HTML markup underneath this element.  
Public PropertyInnerTextGets or sets the text assigned to the element.  
Public PropertyNameGets or sets the name of the element.  
Public PropertyNextSiblingGets the next element at the same level as this element in the document tree.  
Public PropertyOuterHtmlGets or sets the current element's HTML code.  
Public PropertyOuterTextGets or sets the current element's text.  
Public PropertyStyleGets or sets a comma-delimited list of styles for the current element.  
Public PropertyTagNameGets the name of the HTML tag.  
Top
See Also