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

プロパティ値

Boolean

テキストが読み取り専用の場合は true。それ以外の場合は false

適用対象