Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderInputCheckBox Class / RenderInputCheckBox Constructor / RenderInputCheckBox Constructor(String)
The text to use as the checkbox label.

In This Topic
    RenderInputCheckBox Constructor(String)
    In This Topic
    Initializes a new instance of the RenderInputCheckBox class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal text As String _
    )
    public RenderInputCheckBox( 
       string text
    )

    Parameters

    text
    The text to use as the checkbox label.
    See Also