InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputOption Class / InputOption Constructor / InputOption Constructor(String)

In This Topic
    InputOption Constructor(String)
    In This Topic
    Initializes a new instance of InputOption with given text.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal text As String _
    )
    public InputOption( 
       string text
    )

    Parameters

    text
    See Also