ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / C1TextBox Class / Multiline Property

In This Topic
    Multiline Property
    In This Topic
    Gets or sets a value indicating whether this is a multiline text box control.
    Syntax
    'Declaration
     
    
    Public Overrides Property Multiline As Boolean
    public override bool Multiline {get; set;}

    Property Value

    true if the control is a multiline text box control; otherwise, false. The default is false.
    See Also