Gets or sets the maximum number of characters excluding 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 MaxTextLength { get; set; }
Visual Basic
Public Property MaxTextLength As Integer
	Get
	Set
Visual C++
public:
property int MaxTextLength {
	int get ();
	void set (int value);
}

See Also