ComponentOne MultiSelect for WinForms
C1.Win.Input.Base Namespace / ITextBoxBase Interface / Lines Property

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