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


In This Topic
    All Property
    In This Topic
    Gets all elements underneath the current element.
    Syntax
    'Declaration
     
    
    ReadOnly Property All As IWebElement()
    'Usage
     
    
    Dim instance As IWebElement
    Dim value() As IWebElement
     
    value = instance.All
    IWebElement[] All {get;}
    See Also