ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / Element Class / HasChildren Property

In This Topic
    HasChildren Property (Element)
    In This Topic
    Gets a value that indicates the element has a non-empty Children collection.
    Syntax
    'Declaration
     
    Public ReadOnly Property HasChildren As System.Boolean
    public System.bool HasChildren {get;}
    See Also