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


In This Topic
    CanHaveChildren Property
    In This Topic
    Gets a value that indicates whether this element has child elements.
    Syntax
    'Declaration
     
    
    ReadOnly Property CanHaveChildren As Boolean
    'Usage
     
    
    Dim instance As IWebElement
    Dim value As Boolean
     
    value = instance.CanHaveChildren
    bool CanHaveChildren {get;}
    See Also