SettingsProperty.IsReadOnly プロパティ

定義

SettingsProperty オブジェクトが読み取り専用かどうかを指定する値を取得または設定します。

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

プロパティ値

true が読み取り専用である場合は SettingsProperty。それ以外の場合は false

注釈

既定値は、false です。

適用対象