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

In This Topic
    AutoSize Property (C1ToolBar)
    In This Topic
    Gets or sets the value indicating whether the toolbar automatically adjusts it size to fit all items.
    Syntax
    'Declaration
     
    
    Public Shadows Property AutoSize As Boolean
    public new bool AutoSize {get; set;}
    See Also