AvalonEdit
EnableHyperlinks Property
NamespacesICSharpCode.AvalonEditTextEditorOptionsEnableHyperlinks
Gets/Sets whether to enable clickable hyperlinks in the editor.
Declaration Syntax
C#Visual BasicVisual C++
public virtual bool EnableHyperlinks { get; set; }
Public Overridable Property EnableHyperlinks As Boolean
	Get
	Set
public:
virtual property bool EnableHyperlinks {
	bool get ();
	void set (bool value);
}
Remarks
The default value is true.

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238