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