Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Web.Msie Library / WebElement Object / CanHaveChildren Property
In This Topic
    CanHaveChildren Property
    In This Topic
    Gets a value that indicates whether this element has child elements.
    Syntax
    expression.CanHaveChildren As Boolean
    where expression is a variable that represents a WebElement Object
    See Also