'Declaration Public Property MaxLength As Integer
'Usage Dim instance As GcTextBox Dim value As Integer instance.MaxLength = value value = instance.MaxLength
public int MaxLength {get; set;}
Property Value
The number of characters or bytes determined by the MaxLengthUnit property. That can be entered into the control.The default is zero.