UIElementAutomationPeer.IsKeyboardFocusableCore 메서드

정의

UIElementAutomationPeer와 연결된 UIElement가 키보드 포커스 허용할 수 있는지 여부를 나타내는 값을 가져옵니다. 이 메서드는 IsKeyboardFocusable()에 의해 호출됩니다.

protected:
 override bool IsKeyboardFocusableCore();
protected override bool IsKeyboardFocusableCore ();
override this.IsKeyboardFocusableCore : unit -> bool
Protected Overrides Function IsKeyboardFocusableCore () As Boolean

반환

Boolean

요소가 키보드 포커스를 받을 수 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상