FocusManager.IsFocusScopeProperty 필드

정의

연결된 속성을 식별합니다 IsFocusScope .

public: static initonly System::Windows::DependencyProperty ^ IsFocusScopeProperty;
public static readonly System.Windows.DependencyProperty IsFocusScopeProperty;
 staticval mutable IsFocusScopeProperty : System.Windows.DependencyProperty
Public Shared ReadOnly IsFocusScopeProperty As DependencyProperty 

필드 값

설명

의 기본값 IsFocusScopeWindowMenuToolBarContextMenu 은 .입니다.true

포커스 범위는 범위 내에서 FocusedElement를 추적하는 컨테이너 요소입니다. 기본적으로 Window 클래스는 , Menu및 클래스와 ContextMenu 마찬가지로 ToolBar포커스 범위입니다. 포커스 범위인 요소가 .로 IsFocusScope설정되었습니다true.

포커스, 키보드 포커스 및 논리적 포커스에 대한 자세한 내용은 입력 개요를 참조하세요.

적용 대상