Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderInputCheckBox Class / Checked Property

In This Topic
    Checked Property (RenderInputCheckBox)
    In This Topic
    Gets or sets the value indicating whether the check box is checked.
    Syntax
    'Declaration
     
    Public Property Checked As Boolean
    public bool Checked {get; set;}
    See Also