InfoConnect for Unisys
Attachmate.Reflection.Web.Msie Namespace / IWebElement Interface

In This Topic
    IWebElement Interface Properties
    In This Topic

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

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