AutomationPeer.IsEnabledCore 메서드

정의

파생 클래스에서 재정의된 경우 IsEnabled()에서 호출됩니다.

protected:
 abstract bool IsEnabledCore();
protected abstract bool IsEnabledCore ();
abstract member IsEnabledCore : unit -> bool
Protected MustOverride Function IsEnabledCore () As Boolean

반환

Boolean

자동화 피어가 이벤트를 주고받을 수 있으면 true이고, 그럴 수 없으면 false입니다.

적용 대상

추가 정보