ComponentOne Menus and Toolbars for WinForms
DockingTab Overview / DockingTab Appearance and Behavior Properties / Docking Styles
In This Topic
    Docking Styles
    In This Topic

    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 default docking style
    VS2005 VS 2005 docking style
    VS2008 VS 2008 docking style
    VS2010 VS 2010 docking style
    This feature is available only in .NET Framework.
    See Also