InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / ButtonElement Class / GetTextElement Method / GetTextElement() Method

In This Topic
    GetTextElement() Method
    In This Topic
    Returns reference to the TextElement used to display text.
    Syntax
    'Declaration
     
    Public Overloads Function GetTextElement() As TextElement
    public TextElement GetTextElement()

    Return Value

    The reference to the TextElement if it exists; Null otherwise.
    See Also