InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / HostedElement Class / Children Property

In This Topic
    Children Property (HostedElement)
    In This Topic
    Gets or sets the list of child elements contained in this Element.
    Syntax
    'Declaration
     
    Public Overridable Property Children As ElementList
    public virtual ElementList Children {get; set;}
    See Also