Upravit

Sdílet prostřednictvím


EntryElement.ClearButtonMode Property

Definition

Controls whether the standard clear button widget appears on the entry.

public UIKit.UITextFieldViewMode ClearButtonMode { get; set; }
member this.ClearButtonMode : UIKit.UITextFieldViewMode with get, set

Property Value

Remarks

var e = new EntryElement ("Name", "Your name", "miguel") {
	ClearButtonMode = UITextFieldViewMode.WhileEditing
};

Applies to