CuteEditor for .NET 6.0 Class Library

Editor.MaxTextLength Property

Gets or sets the maximum number of characters excluding the HTML tags allowed in the Cute Editor. Default is zero, indicating no maximum.

[Visual Basic]
Public Property MaxTextLength As Integer
[C#]
public int MaxTextLength {get; set;}

See Also

Editor Class | CuteEditor Namespace