InfoConnect API Guide
Attachmate.Reflection.Web.Msie Namespace / IWebControl Interface / HasChildren Property


In This Topic
    HasChildren Property
    In This Topic
    Gets a value that indicates whether there are any children.
    Syntax
    'Declaration
     
    
    ReadOnly Property HasChildren As Boolean
    'Usage
     
    
    Dim instance As IWebControl
    Dim value As Boolean
     
    value = instance.HasChildren
    bool HasChildren {get;}
    See Also