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를 반환 합니다.