Share via


UITextView.Selectable Property

Definition

Whether the application user can select content and interact with links and text attachments.

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

Property Value

The default value is true.

Attributes

Applies to

See also