InputPanel for WinForms | ComponentOne
C1.Win.5 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 Object
    public override object GetValue()

    Return Value

    The string represented by this TextElement.
    See Also