Input for WinForms | ComponentOne
C1.Win.Input.Base.Views Namespace / DropDownEditorViewBase Class / GetTextBox Method

In This Topic
    GetTextBox Method (DropDownEditorViewBase)
    In This Topic
    Gets the System.Windows.Forms.TextBox control for this view.
    Syntax
    'Declaration
     
    
    Public Function GetTextBox() As TextBox
    public TextBox GetTextBox()
    See Also