IInputElement.Focusable 속성

정의

이 요소에 포커스를 설정할 수 있는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool Focusable { bool get(); void set(bool value); };
public bool Focusable { get; set; }
member this.Focusable : bool with get, set
Public Property Focusable As Boolean

속성 값

Boolean

요소에 포커스를 설정할 수 있으면true 이고, 그러지 않으면 false입니다.

설명

공용 구현에 대 한이 인터페이스를 사용 하는 것이 없습니다. 자세한 내용은 주의 참조 하십시오.는 IInputElement 인터페이스입니다.

Windows Presentation Foundation(WPF) 코어의 기존 구현(참조 ContentElement.FocusableUIElement.Focusable)은 이 속성을 종속성 속성으로 설정합니다.

적용 대상

추가 정보