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 項不支援多線配置,因此此特性不被支援。