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

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