ComponentOne SuperTooltip for WinForms
C1.Win.6 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.BasePanel

    See Also