AdvancedLabelAutoHandleUrls Property

Gets or sets whether clicked links should be handled automatically or when Handled is set to .
Default value: .

Definition

Namespace: KGySoft.WinForms.Controls
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
[DefaultValueAttribute(false)]
public bool AutoHandleUrls { get; set; }

Property Value

Boolean

Remarks

  Security Note

Caution: Setting this property to may cause security issues if the Text can be set or updated from an external source.

See Also