TaskDialogDetailsVisibleChangedEventArgsDetailsVisible Property
Gets whether the details text is visible. That is, when
DetailsText is not
,
and the expando button is in expanded state.
Namespace: KGySoft.WinForms.ComponentsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
public bool DetailsVisible { get; }
Public ReadOnly Property DetailsVisible As Boolean
Get
public:
property bool DetailsVisible {
bool get ();
}
member DetailsVisible : bool with get
Property Value
Boolean