PropertyData.Enabled プロパティ

定義

プロパティ値が有効かどうかを示す値を取得または設定します。

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

プロパティ値

プロパティが有効な場合は true、有効でない場合は false です。 既定値は true です。

適用対象