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 です。

適用対象