Input for WinForms | ComponentOne
C1.Win.Input.Base Namespace / ITextBoxBase Interface / Multiline Property

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