ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / C1TaskDialog Class / CheckBoxText Property

In This Topic
    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