Gets whether the RichTextEditor control will render Rich UI.

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

Syntax

C#
public bool RenderRichUI { get; }
Visual Basic
Public ReadOnly Property RenderRichUI As Boolean
	Get
Visual C++
public:
property bool RenderRichUI {
	bool get ();
}

See Also