ComponentOne Windows 7 Control Pack for WinForms
EnableCheckBox Property



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

Reference

C1TaskDialog Class
C1TaskDialog Members