AdvancedLabelRawText Property
Namespace: KGySoft.WinForms.ControlsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
[EditorAttribute(typeof(MultilineStringEditor), typeof(UITypeEditor))]
public string? RawText { get; set; }
<EditorAttribute(GetType(MultilineStringEditor), GetType(UITypeEditor))>
Public Property RawText As String
Get
Set
public:
[EditorAttribute(typeof(MultilineStringEditor), typeof(UITypeEditor))]
property String^ RawText {
String^ get ();
void set (String^ value);
}
[<EditorAttribute(typeof(MultilineStringEditor), typeof(UITypeEditor))>]
member RawText : string with get, set
Property Value
String