CheckBoxText Property (C1TaskDialog)
In This Topic
Gets or sets the string that is used to label the verification check box.
Syntax
'Declaration
<C1DescriptionAttribute("C1TaskDialog.CheckBoxText", "String that is used to label the verification check box.")>
<DefaultValueAttribute("")>
<LocalizableAttribute(True)>
Public Property CheckBoxText As String
[C1Description("C1TaskDialog.CheckBoxText", "String that is used to label the verification check box.")]
[DefaultValue("")]
[Localizable(true)]
public string CheckBoxText {get; set;}
See Also