ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / TextElement Class / GetValue Method

In This Topic
    GetValue Method (TextElement)
    In This Topic
    Gets the string represented by this TextElement.
    Syntax
    'Declaration
     
    Public Overrides Function GetValue() As System.Object
    public override System.object GetValue()

    Return Value

    The string represented by this TextElement.
    See Also