MaxLength Property (Column)
In This Topic
Gets or sets the maximum number of characters the user can type or paste into the
System.Windows.Forms.TextBoxBase-based editor.
Syntax
'Declaration
Public Property MaxLength As Integer
public int MaxLength {get; set;}
See Also