LanguagePreferences.EnableLeftClickForURLs Property

Definition

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.

Applies to