Freigeben über


UIApplication.ApplicationSupportsShakeToEdit Eigenschaft

Definition

Steuert, ob beim Schütteln des Geräts die Schaltflächen zum Rückgängigmachen/Wiederholen angezeigt werden.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ApplicationSupportsShakeToEdit { [Foundation.Export("applicationSupportsShakeToEdit")] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setApplicationSupportsShakeToEdit:")] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.ApplicationSupportsShakeToEdit : bool with get, set

Eigenschaftswert

Die Standardeinstellung ist true, sodass alle Anwendungen standardmäßig rückgängig/wiederholen durch Schütteln unterstützen.

Attribute

Hinweise

Legen Sie diesen Wert auf false fest, wenn Sie das Standardverhalten deaktivieren möchten, das beim Schütteln ein Rückgängig/Wiederholen-Dialogfeld anzeigt.

Gilt für: