Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderInputCheckBox Class / SetValue Method
A System.Boolean value.

In This Topic
    SetValue Method (RenderInputCheckBox)
    In This Topic
    Sets the checkbox value.
    Syntax
    'Declaration
     
    Protected Overrides Sub SetValue( _
       ByVal value As Object _
    ) 
    protected override void SetValue( 
       object value
    )

    Parameters

    value
    A System.Boolean value.
    See Also