UITextView.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.
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