ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / C1Ribbon Class / MinimumWidth Property

In This Topic
    MinimumWidth Property
    In This Topic
    Gets or sets the minimum width of Ribbon's parent container.
    Syntax
    'Declaration
     
    Public Property MinimumWidth As System.Integer
    public System.int MinimumWidth {get; set;}
    See Also