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.
Namespace: KGySoft.WinForms.ComponentsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
public string? ShowDetailsText { get; set; }
Public Property ShowDetailsText As String
Get
Set
public:
property String^ ShowDetailsText {
String^ get ();
void set (String^ value);
}
member ShowDetailsText : string with get, set
Property Value
String
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.