UITextField.IsEditing Property

Definition

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

public virtual bool IsEditing { [Foundation.Export("isEditing")] get; }
member this.IsEditing : bool

Property Value

Attributes

Remarks

true if the text is being edited, otherwise false.

Applies to