ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / TextElement Class / TextElement Constructor / TextElement Constructor(String)
String displayed in the TextElement,

In This Topic
    TextElement Constructor(String)
    In This Topic
    Initializes a new instance of a TextElement with a given text.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal text As System.String _
    )
    public TextElement( 
       System.string text
    )

    Parameters

    text
    String displayed in the TextElement,
    See Also