Sdílet prostřednictvím


UITextView.EnablesReturnKeyAutomatically Property

Definition

Whether the return key is automatically enabled.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool EnablesReturnKeyAutomatically { [Foundation.Export("enablesReturnKeyAutomatically")] get; [Foundation.Export("setEnablesReturnKeyAutomatically:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("enablesReturnKeyAutomatically")>]
[<set: Foundation.Export("setEnablesReturnKeyAutomatically:")>]
member this.EnablesReturnKeyAutomatically : bool with get, set

Property Value

Implements

Attributes

Applies to