Freigeben über


UITextField.ClearsOnInsertion Eigenschaft

Definition

Gibt an, ob ein Einfügevorgang vorhandene Inhalte ersetzen soll.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ClearsOnInsertion { [Foundation.Export("clearsOnInsertion")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setClearsOnInsertion:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.ClearsOnInsertion : bool with get, set

Eigenschaftswert

Der Standardwert lautet false.

Attribute

Hinweise

Wenn true, ist die Auswahl-UI ausgeblendet, und ein Postvorgang ersetzt den vorhandenen Inhalt.

Gilt für: