MaskedTextBox.Lines 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定多行組態中的文字行。 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 控制項不支援多行組態,所以不支援這個屬性。