Click or drag to resize
HyperTextOpenURLPatterns Property
Gets or sets a value indicating whether this instance should automatically open URL patterns (http or https) detected in the name attribute of links when they are clicked.

Namespace: Candlelight.UI
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public bool OpenURLPatterns { get; set; }

Property Value

Type: Boolean
if this instance should automatically open URL patterns (http or https) detected in the name attribute of links when they are clicked; otherwise, .
Remarks
Detected URL patterns will be opened via Application.OpenURL(string).
See Also