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

In This Topic
    MinButtonSize Property
    In This Topic
    Gets or sets the minimum size (width and height) of button in toolbar.
    Syntax
    'Declaration
     
    
    Public Property MinButtonSize As Integer
    public int MinButtonSize {get; set;}
    See Also