Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1DockingTab Class / CanMoveTabs Property

In This Topic
    CanMoveTabs Property
    In This Topic
    Gets or sets a value indicating whether the end user can rearrange tabs by dragging them around at runtime.
    Syntax
    'Declaration
     
    
    Public Property CanMoveTabs As Boolean
    public bool CanMoveTabs {get; set;}
    See Also