Input for WinForms | ComponentOne
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.
    Syntax
    'Declaration
     
    
    Public Class DockPanel 
       Inherits BasePanel
    public class DockPanel : BasePanel 
    Inheritance Hierarchy

    System.Object
       C1.Framework.Element
          C1.Framework.BasePanel
             C1.Framework.DockPanel
                C1.Win.Input.Base.Views.InputPanel

    See Also