ComponentOne CalendarView for WinForms
Multiline Property

C1.Win.C1Input Namespace > C1TextBox Class : Multiline Property
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

Reference

C1TextBox Class
C1TextBox Members