When a hyperlink is selected, a link editing box will be displayed in the editor. You can turn it off by setting this property to "false".

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

Syntax

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

See Also