[]
Specifies docking behavior of C1DockingTab controls.
[C1Category("Behavior")]
[C1Description("C1CommandDock.DockingStyle", "Specifies docking behavior of C1DockingTab controls.")]
public DockingStyle DockingStyle { get; set; }
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.