This property returns true if the editor is running in Mvc mode

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

Syntax

C#
protected bool IsMvcMode { get; }
Visual Basic
Protected ReadOnly Property IsMvcMode As Boolean
	Get
Visual C++
protected:
property bool IsMvcMode {
	bool get ();
}

See Also