LanguagePreferences.EnableLeftClickForURLs Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets whether or not URLs in the code can be navigated to by a simple click.
public:
property bool EnableLeftClickForURLs { bool get(); void set(bool value); };
public:
property bool EnableLeftClickForURLs { bool get(); void set(bool value); };
public bool EnableLeftClickForURLs { get; set; }
member this.EnableLeftClickForURLs : bool with get, set
Public Property EnableLeftClickForURLs As Boolean
Property Value
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.