FocusManager.GetFocusedElement 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
GetFocusedElement() |
포커스가 있는 UI의 요소를 검색합니다. |
GetFocusedElement(XamlRoot) |
XAML 아일랜드 컨테이너 내에서 포커스가 있는 요소를 검색합니다. |
GetFocusedElement()
포커스가 있는 UI의 요소를 검색합니다.
public:
static Platform::Object ^ GetFocusedElement();
/// [Windows.Foundation.Metadata.Overload("GetFocusedElement")]
static IInspectable GetFocusedElement();
[Windows.Foundation.Metadata.Overload("GetFocusedElement")]
public static object GetFocusedElement();
function getFocusedElement()
Public Shared Function GetFocusedElement () As Object
반환
포커스가 있는 개체입니다. 일반적으로 Control 클래스입니다.
- 특성
적용 대상
GetFocusedElement(XamlRoot)
XAML 아일랜드 컨테이너 내에서 포커스가 있는 요소를 검색합니다.
public:
static Platform::Object ^ GetFocusedElement(XamlRoot ^ xamlRoot);
/// [Windows.Foundation.Metadata.Overload("GetFocusedElementWithRoot")]
static IInspectable GetFocusedElement(XamlRoot const& xamlRoot);
[Windows.Foundation.Metadata.Overload("GetFocusedElementWithRoot")]
public static object GetFocusedElement(XamlRoot xamlRoot);
function getFocusedElement(xamlRoot)
Public Shared Function GetFocusedElement (xamlRoot As XamlRoot) As Object
매개 변수
- xamlRoot
- XamlRoot
반환
포커스가 있는 개체입니다. 일반적으로 Control 클래스입니다.
- 특성
추가 정보
- GetFocusedElement()
- 키보드 조작
- 키보드, 게임 패드, 원격 제어 및 접근성 도구 대한
포커스 탐색 - 프로그래밍 방식 포커스 탐색