2027 Property
Changes 0
P

TaskDialog.ExtraCheckBoxText

Description:
ExtraCheckBoxText is used to label the extra checkbox.
Remarks:
If ExtraCheckBoxText is set, a checkbox with the text will be shown. You can get the response of checkbox by checking the return value of the WasExtraCheckBoxChecked() method.
public string ExtraCheckBoxText { get; set; }
  • Thrown if the TaskDialog also has EnableMarqueeProgressBar set as the two cannot coincide in the same TaskDialog.