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

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

    Parameters

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