Share via


UITextField.ShouldReturn Property

Definition

Raised when the 'Return' key was pressed, and the text field wants to know whether it should process this key press or not using the default behavior.

public UIKit.UITextFieldCondition? ShouldReturn { get; set; }
member this.ShouldReturn : UIKit.UITextFieldCondition with get, set

Property Value

Applies to