Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / MaxLength Property


In This Topic
MaxLength Property (SuperEditBase)
In This Topic
Gets or sets the maximum number of characters that can be typed or pasted into the control.
Syntax
'Declaration
 
Public Overridable Property MaxLength As Integer
 
'Usage
 
Dim instance As SuperEditBase
Dim value As Integer
 
instance.MaxLength = value
 
value = instance.MaxLength
See Also