Sprache

FlyoutBase.AllowFocusOnInteraction Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines Werts, der angibt, ob das Element automatisch den Fokus erhält, wenn der Benutzer damit interagiert.

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

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

Eigenschaftswert

Boolean

bool

true , wenn das Element den Fokus erhält, wenn ein Benutzer damit interagiert; andernfalls "false".

Gilt für: