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

In This Topic
    CheckBoxChecked Property
    In This Topic
    Gets or sets whether the verification check box is checked in the task dialog.
    Syntax
    'Declaration
     
    
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    <BrowsableAttribute(False)>
    Public Property CheckBoxChecked As Boolean
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    [Browsable(false)]
    public bool CheckBoxChecked {get; set;}
    See Also