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

In This Topic
    DockPanel Class
    In This Topic
    The DockPanel is a layout panel, that layouts children elements to the left, right, top, bottom or center of the panel.
    Object Model
    DockPanel Class
    Syntax
    'Declaration
     
    Public Class DockPanel 
       Inherits BasePanel
    public class DockPanel : BasePanel 
    Inheritance Hierarchy

    System.Object
       C1.Framework.Element
          C1.Framework.BasePanel
             C1.Framework.DockPanel

    See Also