AutomationPeer.IsEnabledCore 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
protected:
virtual bool IsEnabledCore() = IsEnabledCore;
bool IsEnabledCore();
protected virtual bool IsEnabledCore();
function isEnabledCore()
Protected Overridable Function IsEnabledCore () As Boolean
傳回
Boolean
bool
如果專案可以與 互動,則為true;否則為false。
備註
AutomationPeer層級的標準實作會傳回true。 不過,FrameworkElementAutomationPeer會新增行為,以檢查擁有者是否為 Control,並從Control.IsEnabled轉送擁有者資訊。 如果擁有者不是控制項,但有對等,例如 TextBlock, FrameworkElementAutomationPeer 實作會傳回 true。