AutomationElement.AutomationElementInformation.IsEnabled 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,這個值表示使用者介面是否已啟用使用者介面 (UI) 專案所參考的專案。
public:
property bool IsEnabled { bool get(); };
public bool IsEnabled { get; }
member this.IsEnabled : bool
Public ReadOnly Property IsEnabled As Boolean
屬性值
如果啟用控制項,則為 true
,否則為 false
。
備註
屬性的值 IsEnabled 可能會因為 UI 互動而變更。 如果您發出快取要求之後,屬性的值 IsEnabled 可能已經變更,您應該呼叫更新 GetUpdatedCache 的快取。
如需詳細資訊,請參閱IsEnabledProperty。