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

In This Topic
    ButtonWidth Property
    In This Topic
    Gets or sets the width for all buttons (applies to horizontal toolbars only; if 0, buttons are individually sized).
    Syntax
    'Declaration
     
    
    Public Property ButtonWidth As Integer
    public int ButtonWidth {get; set;}
    See Also