InfoConnect API Guide
Attachmate.Reflection.Web.Msie Namespace / IWebElement Interface / FirstChild Property


In This Topic
    FirstChild Property
    In This Topic
    Gets the next element below this element in the document tree.
    Syntax
    'Declaration
     
    
    ReadOnly Property FirstChild As IWebElement
    'Usage
     
    
    Dim instance As IWebElement
    Dim value As IWebElement
     
    value = instance.FirstChild
    IWebElement FirstChild {get;}
    See Also