UITextFieldDelegate.ShouldClear(UITextField) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Whether the specified text field's current contents should be removed.
[Foundation.Export("textFieldShouldClear:")]
public virtual bool ShouldClear (UIKit.UITextField textField);
abstract member ShouldClear : UIKit.UITextField -> bool
override this.ShouldClear : UIKit.UITextField -> bool
Parameters
- textField
- UITextField
Returns
- Attributes