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

适用于