AdvancedLabelRawText Property

Gets or sets the raw text of the label. When ResolveHyperlinks is not None, the value of this property may differ from Text.

Definition

Namespace: KGySoft.WinForms.Controls
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
[EditorAttribute(typeof(MultilineStringEditor), typeof(UITypeEditor))]
public string? RawText { get; set; }

Property Value

String

See Also