Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1DockingTab Class / Dock Property

In This Topic
    Dock Property (C1DockingTab)
    In This Topic
    Gets or sets the docking of the control in the parent container. Can be specified only for controls not parented in a C1CommandDock.
    Syntax
    'Declaration
     
    
    Public Shadows Property Dock As DockStyle
    public new DockStyle Dock {get; set;}
    See Also