Share via


UITextField.IsEditing Property

Definition

A value that indicates if the user is editing the text in the view. Read-only.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool IsEditing { [Foundation.Export("isEditing")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("isEditing")>]
member this.IsEditing : bool

Property Value

Attributes

Remarks

true if the text is being edited, otherwise false.

Applies to