ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1TextBox Class / Lines Property

In This Topic
    Lines Property
    In This Topic
    The lines of text in a multiline control.
    Syntax
    'Declaration
     
    Public Shadows Property Lines As String()
    public new string[] Lines {get; set;}
    See Also