InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputComboBox Class / TextBox Property

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