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。

適用於