TreeView 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.
    Object Model
    DockPanel ClassElementList ClassElement ClassIView InterfaceElement ClassStyle ClassElement ClassStyle Class
    Syntax
    'Declaration
     
    
    <TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
    Public Class DockPanel 
       Inherits BasePanel
    [TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    public class DockPanel : BasePanel 
    Inheritance Hierarchy

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

    See Also