FocusManager.IsFocusScopeProperty Pole

Definice

Identifikuje připojenou IsFocusScope vlastnost.

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 

Hodnota pole

Poznámky

Výchozí hodnota pro IsFocusScopeWindow, Menu, ToolBarContextMenu je true.

Obor fokusu je prvek kontejneru, který sleduje FocusManager.FocusedElement jeho rozsah. Ve výchozím nastavení Window je třída oborem fokusu Menu, stejně jako třídy , ContextMenua ToolBar . Prvek, který je oborem fokusu, je IsFocusScope nastavený na true.

Další informace o fokusu, fokusu klávesnice a logickém fokusu najdete v přehledu vstupu.

Platí pro