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


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