UltimateEditor Class Library

UltimateEditor.DisplayCharCount Property

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

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

Property Value

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

Remarks

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

See Also

UltimateEditor Class | Karamasoft.WebControls.UltimateEditor Namespace