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

In This Topic
    BasePanel Class
    In This Topic
    Base class for all Element object that contain child elements.
    Object Model
    BasePanel Class
    Syntax
    'Declaration
     
    Public Class BasePanel 
       Inherits Element
    public class BasePanel : Element 
    Remarks

    This class extends Element and implements the BasePanel.Children property.

    This class acts like a static canvas. It has no layout logic other than sizing itself to fit its children.

    Inheritance Hierarchy

    System.Object
       C1.Framework.Element
          C1.Framework.BasePanel
             C1.Framework.DockPanel
             C1.Framework.FlowPanel
             C1.Framework.GridPanel
             C1.Framework.GridRow
             C1.Framework.HostedElement
             C1.Framework.ParagraphElement
             C1.Framework.ScrollablePanel
             C1.Framework.ScrollBarPanel
             C1.Framework.StackPanel
             C1.Framework.TreePanel
             C1.Framework.TreeRow

    See Also