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

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