Gets or sets a value which indicates whether the RichTextEditor should be an active HTML editor, or a read-only document viewer.

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

Syntax

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

See Also