UITextFieldDelegate_Extensions.ShouldReturn Method

Definition

Whether the text field should process the pressing of the return button.

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

Parameters

This
IUITextFieldDelegate

The instance on which this extension method operates.

textField
UITextField

Returns

Applies to