There is an arrow button right to the insert link button. When users click this arrow button, the internal links treeview will display. The internal links is a convenient tool for inserting pre-defined hyperlinks. It can be used to display the internal links of the website or frequently used links. You can create a custom links treeview programmatically or by modifying the richtexteditor\config\staticlinks.xml. If you want to disable the internal links 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 DisableStaticLinks { get; set; }
Visual Basic
Public Property DisableStaticLinks As RTEBooleanValue
	Get
	Set
Visual C++
public:
property RTEBooleanValue DisableStaticLinks {
	RTEBooleanValue get ();
	void set (RTEBooleanValue value);
}

See Also