ComponentOne Menus and Toolbars for WinForms
C1.Win.C1Command.4.5.2 Assembly / C1.Win.C1Command Namespace / C1CommandDock Class / DockingStyle Property

In This Topic
    DockingStyle Property (C1CommandDock)
    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.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also