MaskedTextBox.ReadOnly プロパティ

定義

テキスト ボックス内のテキストが読み取り専用かどうかを示す値を取得または設定します。

public:
 property bool ReadOnly { bool get(); void set(bool value); };
public bool ReadOnly { get; set; }
member this.ReadOnly : bool with get, set
Public Property ReadOnly As Boolean

プロパティ値

true テキストが読み取り専用であることを示す場合。それ以外の場合は false

適用対象