ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / IComboBox Interface / MaxLength Property

In This Topic
    MaxLength Property (IComboBox)
    In This Topic
    Gets or sets the maximum number of characters the user can type or paste into the text box control.
    Syntax
    'Declaration
     
    
    Property MaxLength As Integer
    int MaxLength {get; set;}
    See Also