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

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