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

In This Topic
    InputTextBoxElement Constructor
    In This Topic
    Initializes a new instance of the InputTextBoxElement class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal owner As ITextBoxBaseView _
    )
    public InputTextBoxElement( 
       ITextBoxBaseView owner
    )

    Parameters

    owner
    See Also