Specifies whether to display the Edit Mode button 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 ShowEditMode { get; set; }
Visual Basic
Public Property ShowEditMode As RTEBooleanValue
	Get
	Set
Visual C++
public:
property RTEBooleanValue ShowEditMode {
	RTEBooleanValue get ();
	void set (RTEBooleanValue value);
}

See Also