MaskedTextBox.Lines 屬性

定義

取得或設定多行組態中的文字行。 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()

屬性值

String[]

String 型別的陣列,包含單一字行。

屬性

備註

屬性 Lines 繼承自基 TextBoxBase 類。 不過,因為 MaskedTextBox 控制項不支援多行組態,所以不支援這個屬性。

適用於

另請參閱