ComponentOne Windows 7 Control Pack for WinForms
CheckedByDefault Property



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1TaskDialog Class : CheckedByDefault Property
Gets or sets whether the verification check box is checked by default.
Syntax
<C1DescriptionAttribute("Specifies whether the verification check box is checked by default.")>
<DefaultValueAttribute()>
Public Property CheckedByDefault As Boolean
Dim instance As C1TaskDialog
Dim value As Boolean
 
instance.CheckedByDefault = value
 
value = instance.CheckedByDefault
[C1Description("Specifies whether the verification check box is checked by default.")]
[DefaultValue()]
public bool CheckedByDefault {get; set;}
[C1Description("Specifies whether the verification check box is checked by default.")]
[DefaultValue()]
public:
property bool CheckedByDefault {
   bool get();
   void set (    bool value);
}
See Also

Reference

C1TaskDialog Class
C1TaskDialog Members