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

適用対象