UltimateEditor Class Library

UltimateEditor.DisplayHtmlCount Property

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

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

Property Value

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

Remarks

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

See Also

UltimateEditor Class | Karamasoft.WebControls.UltimateEditor Namespace