ItemAutomationPeer.IsKeyboardFocusableCore 메서드

정의

지정된 UIElement가 키보드 포커스를 받을 수 있는지 여부를 나타내는 값을 가져옵니다.

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

반환

Boolean

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

설명

UIElement는 이 Items와 연결된 ItemAutomationPeer 컬렉션의 데이터 항목에 해당합니다. 이 메서드는 IsKeyboardFocusable에 의해 호출됩니다.

적용 대상

추가 정보