Share via


Property<T>.Enabled プロパティ

定義

プロパティが有効かどうかを取得します。

public:
 property bool Enabled { bool get(); };
public bool Enabled { get; }
member this.Enabled : bool
Public ReadOnly Property Enabled As Boolean

プロパティ値

プロパティが有効になっている場合は true、有効になっていない場合は false です。

適用対象