RoundTextBoxMaxLength Property
Sets the maximum amount of characters that
Text property may contain.
Namespace: BeeMobile.RoundTextBoxAssembly: BeeMobile.RoundTextBox.NET48 (in BeeMobile.RoundTextBox.NET48.dll) Version: 4.8.1.21
public virtual int MaxLength { get; set; }
Public Overridable Property MaxLength As Integer
Get
Set
Property Value
Int32
Be careful with this property. If you change this property and
Text
contains more characters than
MaxLength, then
Text
will be shortened and the data will be lost.