Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1ToolBar Class / Movable Property

In This Topic
    Movable Property
    In This Topic
    Gets or sets the value indicating whether the toolbar can be moved by the user.
    Syntax
    'Declaration
     
    
    Public Property Movable As Boolean
    public bool Movable {get; set;}
    Remarks
    Only works when C1ToolBar is placed on C1CommandDock control.
    See Also