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.

Definition

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

Property Value

String

See Also