Share via


UITextView.Editable Property

Definition

This property determines if the text view is editable or not.

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

Property Value

Attributes

Applies to

See also