FlexChart | ComponentOne
C1.Win.Ribbon.4.8 Assembly / C1.Win.Ribbon 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