UITextFieldDelegate_Extensions.ShouldClear Método

Definición

Si se debe quitar el contenido actual del campo de texto especificado.

public static bool ShouldClear (this UIKit.IUITextFieldDelegate This, UIKit.UITextField textField);
static member ShouldClear : UIKit.IUITextFieldDelegate * UIKit.UITextField -> bool

Parámetros

This
IUITextFieldDelegate

Instancia en la que opera este método de extensión.

textField
UITextField

Devoluciones

Se aplica a