Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonFontComboBox Class / MaxLength Property

In This Topic
    MaxLength Property (RibbonFontComboBox)
    In This Topic
    Gets or sets the maximum length of the string in the RibbonComboBox.Text property.
    Syntax
    'Declaration
     
    
    Public Property MaxLength As Integer
    public int MaxLength {get; set;}
    See Also