Input for WinForms | ComponentOne
C1.Win.Input.Base.Views Namespace / InputTextBoxElement Class / TextBox Property

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