| CuteEditor for .NET 6.0 Class Library |
|
Editor.MaxHTMLLength Property
Gets or sets the maximum number of characters including the HTML tags allowed in the Cute Editor. Default is zero, indicating no maximum.
[Visual Basic]
Public Property MaxHTMLLength As
Integer
[C#]
public
int MaxHTMLLength {get; set;}
See Also
Editor Class | CuteEditor Namespace