TaskDialogShowDetailsText Property

Gets or sets the text of the expando button is collapsed state. The expando button is visible only when DetailsText is not empty.

Definition

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

Property Value

String

Remarks

When both ShowDetailsText and HideDetailsText properties are empty, a default text will be displayed. When one of these properties is empty while the other is set, the non-empty value will be displayed in both expanded and collapsed states.

See Also