UITextField.ClearsOnBeginEditing Property
Definition
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.
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.