UIElement.HasEffectiveKeyboardFocus 속성

정의

UIElement에 포커스가 있는지 여부를 나타내는 값을 가져옵니다.

protected public:
 virtual property bool HasEffectiveKeyboardFocus { bool get(); };
protected internal virtual bool HasEffectiveKeyboardFocus { get; }
member this.HasEffectiveKeyboardFocus : bool
Protected Friend Overridable ReadOnly Property HasEffectiveKeyboardFocus As Boolean

속성 값

Boolean

UIElement 컨트롤에 포커스가 있으면 true이고, 그렇지 않으면 false입니다.

설명

서브클래스는 이 속성을 재정의하여 요소에 키보드 포커스가 있는 시기를 지정할 수 있습니다. 이 기능은 키보드 포커스가 있을 수 있는 요소가 포함되어 있고 요소가 포커스가 있음을 보고하려는 경우에 UIElement 유용합니다.

적용 대상