InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / TextBoxElement Class / TextBoxElement Constructor / TextBoxElement Constructor(Style,String)
The Style object to use.
The text to display.

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

    Parameters

    style
    The Style object to use.
    text
    The text to display.
    See Also