ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / TextBoxElement Class / TextBox Property

In This Topic
    TextBox Property (TextBoxElement)
    In This Topic
    Returns the reference to the hosted TextBox control.
    Syntax
    'Declaration
     
    Public ReadOnly Property TextBox As System.Windows.Forms.TextBox
    public System.Windows.Forms.TextBox TextBox {get;}
    See Also