InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputTextBox Class / Multiline Property

In This Topic
    Multiline Property (InputTextBox)
    In This Topic
    Gets or sets a value that determines whether the user can type more than one line of text into the InputTextBox.
    Syntax
    'Declaration
     
    Public Property Multiline As Boolean
    public bool Multiline {get; set;}
    See Also