TaskDialogCheckBoxText Property
Gets or sets the text of the verification checkbox of the
TaskDialog.
The checkbox will be visible when this property is not empty when the dialog is shown.
Namespace: KGySoft.WinForms.ComponentsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
public string? CheckBoxText { get; set; }
Public Property CheckBoxText As String
Get
Set
public:
property String^ CheckBoxText {
String^ get ();
void set (String^ value);
}
member CheckBoxText : string with get, set
Property Value
String