InfoConnect for Unisys
HasChildren Property


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