ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / C1NumericEdit Class / Lines Property

In This Topic
    Lines Property (C1NumericEdit)
    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