FrameworkElement.AllowFocusOnInteraction Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob das Element automatisch den Fokus erhält, wenn der Benutzer mit dem Element interagiert, oder legt diesen fest.

public:
 property bool AllowFocusOnInteraction { bool get(); void set(bool value); };
bool AllowFocusOnInteraction();

void AllowFocusOnInteraction(bool value);
public bool AllowFocusOnInteraction { get; set; }
var boolean = frameworkElement.allowFocusOnInteraction;
frameworkElement.allowFocusOnInteraction = boolean;
Public Property AllowFocusOnInteraction As Boolean
<frameworkElementAllowFocusOnInteraction="bool"/>

Eigenschaftswert

Boolean

bool

true , wenn das Element den Fokus erhält, wenn ein Benutzer mit dem Element interagiert; Andernfalls false.

Windows-Anforderungen

Gerätefamilie
Windows 10 Anniversary Edition (eingeführt in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v3.0)

Gilt für: