TaskDialogDetailsText Property

Gets or sets the details text. The expando button with ShowDetailsText or HideDetailsText will be visible only when this property is not empty.

Definition

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

Property Value

String

See Also