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

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public int MaxHTMLLength { get; set; }
Visual Basic
Public Property MaxHTMLLength As Integer
	Get
	Set
Visual C++
public:
property int MaxHTMLLength {
	int get ();
	void set (int value);
}

See Also