Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1CommandDock Class / DockingStyle Property

In This Topic
    DockingStyle Property
    In This Topic
    Specifies docking behavior of C1DockingTab controls.
    Syntax
    'Declaration
     
    
    Public Property DockingStyle As DockingStyle
    public DockingStyle DockingStyle {get; set;}
    Remarks

    If the DockingStyle property is set to Default, docking works without the selectors: when you drag a floating panel over another panel, a gray frame appears to show you the position that the instance of C1DockingTab will have once you release it.

    The VS2005 docking style feedback is similar to Visual Studio 2005, using docking zone selectors to specify where the dragged view will be docked if you release it.

    See Also