UltimateEditor Class Library

UltimateEditor.MaxWordCount Property

Gets or sets the maximum number of words allowed in the editor text box.

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

Property Value

Maximum number of words allowed. The default value is -1.

Remarks

Use this property to set the maximum number of words allowed. If you don't want to put any limitation you should set it to -1.

See Also

UltimateEditor Class | Karamasoft.WebControls.UltimateEditor Namespace