Input for WinForms | ComponentOne
C1.Win.Input Namespace / C1TextBox Class / Multiline Property

In This Topic
    Multiline Property (C1TextBox)
    In This Topic
    Gets or sets a value indicating whether this is a multiline C1TextBox control.
    Syntax
    'Declaration
     
    
    Public Property Multiline As Boolean
    public bool Multiline {get; set;}
    See Also