ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / TextBoxElement Class / Text Property

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