InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputComboBox Class / MaxLength Property

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