LanguagePreferences::EnableLeftClickForURLs Property

 

Gets or sets whether or not URLs in the code can be navigated to by a simple click.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
property bool EnableLeftClickForURLs {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if URLs can be navigated with a single click, otherwise false = either URLs cannot be clicked on or the control key must be held down while clicking.

This property affects the preferences value fHotURLs.

Return to top
Show: