Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderInputCheckBox Class / GetValue Method

In This Topic
    GetValue Method (RenderInputCheckBox)
    In This Topic
    Gets the checkbox value.
    Syntax
    'Declaration
     
    Protected Overrides Function GetValue() As Object
    protected override object GetValue()

    Return Value

    True if the checkbox is checked, false otherwise.
    See Also