Calendar for WinForms | ComponentOne
C1.Win.Input.Base Namespace / IDropDownEditorBase Interface / MaxLength Property

In This Topic
    MaxLength Property (IDropDownEditorBase)
    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