InfoConnect VBA Guide
Attachmate.Reflection.Objects.Web.Msie Library / WebElement Object

In This Topic
    WebElement Object Properties
    In This Topic

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

    Public Properties
     NameDescription
    Public PropertyGets all elements underneath the current element.  
    Public PropertyGets a value that indicates whether this element has child elements.  
    Public PropertyGets all children of the current element.  
    Public PropertyGets the HtmlDocument to which this element belongs.  
    Public PropertyGets or sets whether the user can enter data into this element.  
    Public PropertyGets the next element below this element in the document tree.  
    Public PropertyGets or sets a label by which to identify the element.  
    Public PropertyGets or sets the HTML markup underneath this element.  
    Public PropertyGets or sets the text assigned to the element.  
    Public PropertyGets or sets the name of the element.  
    Public PropertyGets the next element at the same level as this element in the document tree.  
    Public PropertyGets or sets the current element's HTML code.  
    Public PropertyGets or sets the current element's text.  
    Public PropertyGets or sets a comma-delimited list of styles for the current element.  
    Public PropertyGets the name of the HTML tag.  
    Top
    See Also