Defines which version of HTML that RichTextEditor uses in the editor content area.

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

Syntax

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

See Also