ComponentOne TileControl for WinForms
C1.Win.C1TileControl.4.5.2 Assembly / C1.Win.C1Tile Namespace / PanelElement Class / Children Property

In This Topic
    Children Property (PanelElement)
    In This Topic
    Gets the collection of child elements contained in this PanelElement.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Children As ElementCollection
    public ElementCollection Children {get;}
    See Also