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

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