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

In This Topic
    EnableCheckBox Property
    In This Topic
    Gets or sets whether the verification check box is enabled.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    <C1DescriptionAttribute("C1TaskDialog.EnableCheckBox", "Indicates that the verification check box is enabled.")>
    Public Property EnableCheckBox As Boolean
    [DefaultValue(true)]
    [C1Description("C1TaskDialog.EnableCheckBox", "Indicates that the verification check box is enabled.")]
    public bool EnableCheckBox {get; set;}
    See Also