AvalonEdit
RequireControlModifierForClick Property
NamespacesICSharpCode.AvalonEdit.RenderingVisualLineLinkTextRequireControlModifierForClick
Gets/Sets whether the user needs to press Control to click the link. The default value is true.
Declaration Syntax
C#Visual BasicVisual C++
public bool RequireControlModifierForClick { get; set; }
Public Property RequireControlModifierForClick As Boolean
	Get
	Set
public:
property bool RequireControlModifierForClick {
	bool get ();
	void set (bool value);
}

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