Share via


FocusManager.IsFocusScopeProperty Feld

Definition

Bezeichnet die angefügte IsFocusScope-Eigenschaft.

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 

Feldwert

Hinweise

Der Standardwert für IsFocusScope ein , , ToolBarMenuist ContextMenutrue.Window

Ein Fokusbereich ist ein Containerelement, das das FocusManager.FocusedElement innerhalb seines Bereichs nachverfolgt. Standardmäßig ist die Window Klasse ein Fokusbereich wie die MenuKlassen , ContextMenuund ToolBar . Ein Element, das ein Fokusbereich ist, ist IsFocusScope auf truefestgelegt.

Weitere Informationen zu Fokus, Tastaturfokus und logischem Fokus finden Sie in der Eingabeübersicht.

Gilt für: