UITextFieldDelegate.ShouldReturn(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 text field should process the pressing of the return button.
[Foundation.Export("textFieldShouldReturn:")]
public virtual bool ShouldReturn (UIKit.UITextField textField);
abstract member ShouldReturn : UIKit.UITextField -> bool
override this.ShouldReturn : UIKit.UITextField -> bool
Parameters
- textField
- UITextField
Returns
- Attributes