Partager via


UITextField.ClearsOnInsertion Propriété

Définition

Indique si une opération de collage doit remplacer le contenu existant.

[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

Valeur de propriété

Par défaut, il s’agit de false.

Attributs

Remarques

Si truela valeur est , l’interface utilisateur de sélection est masquée et une opération de publication remplace le contenu existant.

S’applique à