TaskDialogButtonBaseDescription Property
Gets or sets the description of the button. If the button is displayed as a command link, description is displayed
under the main text. Otherwise, the description can be displayed as a tooltip (when the
TaskDialog is used in compatibility mode).
Namespace: KGySoft.WinForms.ComponentsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
public string? Description { get; set; }
Public Property Description As String
Get
Set
public:
property String^ Description {
String^ get ();
void set (String^ value);
}
member Description : string with get, set
Property Value
String You can set the ForceCompatibilityMode property to to make sure that the description
is displayed as a tooltip when the button is not displayed as command link.