MaskedTextBox.Lines Proprietà

Definizione

Ottiene o imposta le righe di testo nelle configurazioni multilinea. Questa proprietà non è supportata da MaskedTextBox.

public:
 property cli::array <System::String ^> ^ Lines { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
[System.ComponentModel.Browsable(false)]
public string[] Lines { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Lines : string[] with get, set
Public Property Lines As String()

Valore della proprietà

String[]

Matrice di tipo String contenente un'unica riga.

Attributi

Commenti

La Lines proprietà viene ereditata dalla classe base TextBoxBase . Tuttavia, poiché il MaskedTextBox controllo non supporta la configurazione su più righe, questa proprietà non è supportata.

Si applica a

Vedi anche