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

In This Topic
    CheckedByDefault Property
    In This Topic
    Gets or sets whether the verification check box is checked by default.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("C1TaskDialog.CheckBoxChecked", "Specifies whether the verification check box is checked by default.")>
    <DefaultValueAttribute(False)>
    Public Property CheckedByDefault As Boolean
    [C1Description("C1TaskDialog.CheckBoxChecked", "Specifies whether the verification check box is checked by default.")]
    [DefaultValue(false)]
    public bool CheckedByDefault {get; set;}
    See Also