ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / TextElement Class / Text Property

In This Topic
    Text Property (TextElement)
    In This Topic
    Gets or sets the string displayed by this TextElement.
    Syntax
    'Declaration
     
    Public Property Text As System.String
    public System.string Text {get; set;}
    See Also