There is an arrow button right to the insert template button. When users click this arrow button, the code snippet treeview will display. The code snippet is a convenient tool for displaying a predefined set of code snippets. You can create a code snippet treeview programmatically or by modifying the richtexteditor\config\statictemplates.xml. If you want to disable the code snippet treeview, you can use set this property to true.

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

Syntax

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

See Also