ComponentOne Menus and Toolbars for WinForms
Docking Styles
DockingTab Overview > DockingTab Appearance and Behavior Properties > Docking Styles

When the C1DockingTab control is placed in the C1CommandDock component (see Enabling DockingTab Docking and Floating), it becomes a dockable control. You can select a specific style for docking by setting the C1CommandDock component’s DockingStyle property to Default, VS2005, VS2008, or VS2010. The Default setting shows a gray shaded outline to illustrate where the control will be docked when you release the cursor, whereas VS2005, VS2008, and VS2010 mimic the docking style of Visual Studio 2005, Visual Studio 2008, and Visual Studio 2010 respectively. The table below provides an example of each docking style.

Docking Style Example
Default
VS2005
VS2008
VS2010
See Also