ComponentOne Menus and Toolbars for WinForms
DockingStyle Property

C1.Win.C1Command.4 Assembly > C1.Win.C1Command Namespace > C1CommandDock Class : DockingStyle Property
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

Reference

C1CommandDock Class
C1CommandDock Members