 | 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.UIAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic 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
See Also