Compartilhar via


UITextField.ClearsOnInsertion Propriedade

Definição

Se uma operação de colagem deve substituir o conteúdo 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 da propriedade

O padrão é false.

Atributos

Comentários

Se true, a interface do usuário de seleção ficará oculta e uma operação de postagem substituirá o conteúdo existente.

Aplica-se a