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

In This Topic
    Wrap Property (C1ToolBar)
    In This Topic
    Gets or sets the value indicating whether to wrap the toolbar or show a \"More...\" button if not all items fit on a single line.
    Syntax
    'Declaration
     
    
    Public Property Wrap As Boolean
    public bool Wrap {get; set;}
    See Also