RoundTextBoxMaxLength Property

Sets the maximum amount of characters that Text property may contain.

Definition

Namespace: BeeMobile.RoundTextBox
Assembly: BeeMobile.RoundTextBox.NET48 (in BeeMobile.RoundTextBox.NET48.dll) Version: 4.8.1.21
C#
public virtual int MaxLength { get; set; }

Property Value

Int32

Remarks

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.

See Also