InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / BasePanel Class / Children Property

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