CommandLinkButtonDescription Property
Gets or sets description text for the command link button.
Namespace: KGySoft.WinForms.ControlsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
[EditorAttribute(typeof(MultilineStringEditor), typeof(UITypeEditor))]
[DefaultValueAttribute(null)]
public string? Description { get; set; }
<EditorAttribute(GetType(MultilineStringEditor), GetType(UITypeEditor))>
<DefaultValueAttribute(Nothing)>
Public Property Description As String
Get
Set
public:
[EditorAttribute(typeof(MultilineStringEditor), typeof(UITypeEditor))]
[DefaultValueAttribute(nullptr)]
property String^ Description {
String^ get ();
void set (String^ value);
}
[<EditorAttribute(typeof(MultilineStringEditor), typeof(UITypeEditor))>]
[<DefaultValueAttribute(null)>]
member Description : string with get, set
Property Value
String