Input for WinForms | ComponentOne
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 TextBox
    public TextBox TextBox {get;}
    See Also