Specifies whether to display the content statistics in the editor bottom bar.

Namespace: RTE
Assembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

C#
public RTEBooleanValue ShowStatistics { get; set; }
Visual Basic
Public Property ShowStatistics As RTEBooleanValue
	Get
	Set
Visual C++
public:
property RTEBooleanValue ShowStatistics {
	RTEBooleanValue get ();
	void set (RTEBooleanValue value);
}

See Also