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

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