ComponentOne List for WinForms
C1.Win.C1List Namespace / C1Combo Class / MaxLength Property

In This Topic
    MaxLength Property (C1Combo)
    In This Topic
    Gets or sets the maximum number of characters allowed in the editable portion of a combo box.
    Syntax
    'Declaration
     
    
    Public Property MaxLength As Integer
    public int MaxLength {get; set;}
    See Also