Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderInputRadioButton Class / RenderInputRadioButton Constructor / RenderInputRadioButton Constructor(String)
A string to assign to the RenderInputButtonBase.Text property.

In This Topic
    RenderInputRadioButton Constructor(String)
    In This Topic
    Initializes a new instance of the RenderInputRadioButton class, assigning the RenderInputButtonBase.Text property.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal text As String _
    )
    public RenderInputRadioButton( 
       string text
    )

    Parameters

    text
    A string to assign to the RenderInputButtonBase.Text property.
    See Also