UITextField.EnablesReturnKeyAutomatically Property

Definition

A value that control if the return key is automatically enabled.

public virtual bool EnablesReturnKeyAutomatically { [Foundation.Export("enablesReturnKeyAutomatically")] get; [Foundation.Export("setEnablesReturnKeyAutomatically:")] set; }
member this.EnablesReturnKeyAutomatically : bool with get, set

Property Value

Implements

Attributes

Remarks

If the value of this property is true, then the return key is disabled when there is no text in the view.

Applies to