UITextView.EnablesReturnKeyAutomatically Property

Definition

If true, then the return key on the keyboard will be disabled when there is no text in the text view.

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

Property Value

The default value is false.

Implements

Attributes

Applies to