InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputNumericBox Class / TextBox Property

In This Topic
    TextBox Property (InputNumericBox)
    In This Topic
    Gets the TextBox control contained in this InputNumericBox.
    Syntax
    'Declaration
     
    Public ReadOnly Property TextBox As TextBox
    public TextBox TextBox {get;}
    See Also