UITextField.ClearsOnInsertion Propiedad

Definición

Si una operación de pegado debe reemplazar el contenido existente.

[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

Valor de propiedad

El valor predeterminado es false.

Atributos

Comentarios

Si truees , la interfaz de usuario de selección está oculta y una operación posterior reemplaza el contenido existente.

Se aplica a