UltimateEditor Class Library

UltimateEditor.DisplayWordCount Property

Gets or sets a value that indicates whether the word count will be displayed on the status bar.

[Visual Basic]
Public Property DisplayWordCount As Boolean
[C#]
public bool DisplayWordCount {get; set;}

Property Value

true if the word count is displayed; otherwise, false. The default value is false.

Remarks

Use this property to display the word count on the status bar.

See Also

UltimateEditor Class | Karamasoft.WebControls.UltimateEditor Namespace