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).

Definition

Namespace: KGySoft.WinForms.Components
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public string? Description { get; set; }

Property Value

String

Remarks

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.

See Also