UITextField.EnablesReturnKeyAutomatically Property
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.
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.