UITextField.ClearsOnBeginEditing Property

Definition

This property indicates if the control will delete any existing text before editing.

public virtual bool ClearsOnBeginEditing { [Foundation.Export("clearsOnBeginEditing")] get; [Foundation.Export("setClearsOnBeginEditing:")] set; }
member this.ClearsOnBeginEditing : bool with get, set

Property Value

Attributes

Remarks

If true, then existing text will be cleared when the control is selected for input.

Applies to