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 サポートしていないため、このプロパティはサポートされていません。

適用対象

こちらもご覧ください