Input for WinForms | ComponentOne
C1.Win.Input.Base Namespace / C1TextBoxBase Class / Lines Property

In This Topic
    Lines Property (C1TextBoxBase)
    In This Topic
    Gets or sets the lines of text in a text box control.
    Syntax
    'Declaration
     
    
    Public Property Lines As String()
    public string[] Lines {get; set;}
    See Also