Input for WinForms | ComponentOne
C1.Framework Namespace / ParagraphElement Class / ParagraphElement Constructor / ParagraphElement Constructor(String)
The text to display.

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

    Parameters

    text
    The text to display.
    See Also