Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
Syntax
'Declaration
Public Property EnableLeftClickForURLs As Boolean
'Usage
Dim instance As LanguagePreferences
Dim value As Boolean
value = instance.EnableLeftClickForURLs
instance.EnableLeftClickForURLs = value
public bool EnableLeftClickForURLs { get; set; }
public:
property bool EnableLeftClickForURLs {
bool get ();
void set (bool value);
}
public function get EnableLeftClickForURLs () : boolean
public function set EnableLeftClickForURLs (value : boolean)
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.
Remarks
This property affects the preferences value fHotURLs.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.