Send comments on this topic.
HasChildren Property
Attachmate.Reflection.Objects Library (Web) > WebControl Object : HasChildren Property
Gets a value that indicates whether there are children.

Syntax

 
ReadOnly Object.HasChildren As Boolean

Example

Copy Code
Dim WControl As Attachmate.Reflection.Objects.Web.Msie.WebControl
            
pubic Property HasChidren() As Boolean
Get
Return WControl.HasChidern
End Get
End Property

See Also