InputPanel for WinForms | ComponentOne
C1.Win.8 Assembly / C1.Framework Namespace / TextBoxElement Class / TextBoxElement Constructor / TextBoxElement Constructor(Style)
The Style object to use.

In This Topic
    TextBoxElement Constructor(Style)
    In This Topic
    Initializes a new instance of the TextBoxElement class with specified style settings.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal style As Style _
    )
    public TextBoxElement( 
       Style style
    )

    Parameters

    style
    The Style object to use.
    See Also