Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1CommandDock Class
Members

In This Topic
    C1CommandDock Class
    In This Topic
    The C1CommandDock control provides docking and floating capabilities to C1Command toolbars (class C1ToolBar) and tab controls (class C1DockingTab).
    Object Model
    C1CommandDock Class
    Syntax
    'Declaration
     
    
    Public Class C1CommandDock 
       Inherits System.Windows.Forms.Panel
    public class C1CommandDock : System.Windows.Forms.Panel 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Control
                System.Windows.Forms.ScrollableControl
                   System.Windows.Forms.Panel
                      C1.Win.Command.C1CommandDock

    See Also