ComponentOne Windows 7 Control Pack for WinForms
CheckBoxChecked Property



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1TaskDialog Class : CheckBoxChecked Property
Gets or sets whether the verification check box is checked in the task dialog.
Syntax
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BrowsableAttribute(False)>
Public Property CheckBoxChecked As Boolean
Dim instance As C1TaskDialog
Dim value As Boolean
 
instance.CheckBoxChecked = value
 
value = instance.CheckBoxChecked
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Browsable(false)]
public bool CheckBoxChecked {get; set;}
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Browsable(false)]
public:
property bool CheckBoxChecked {
   bool get();
   void set (    bool value);
}
See Also

Reference

C1TaskDialog Class
C1TaskDialog Members