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

In This Topic
    CreateTextBoxControl Method (InputTextBoxElement)
    In This Topic
    Creates the embedded text box control.
    Syntax
    'Declaration
     
    
    Protected Overrides Function CreateTextBoxControl() As TextBox
    protected override TextBox CreateTextBoxControl()
    See Also