UITextField.IsEditing Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes
true
if the text is being edited, otherwise false
.