Share via


UITextFieldDelegate_Extensions.ShouldClear Method

Definition

Whether the specified text field's current contents should be removed.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool ShouldClear(this UIKit.IUITextFieldDelegate This, UIKit.UITextField textField);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ShouldClear : UIKit.IUITextFieldDelegate * UIKit.UITextField -> bool

Parameters

textField
UITextField

Returns

Attributes

Applies to