UITextField.RightView Property

Definition

This property holds a overlay that will be displayed on the right side of the text field.

public virtual UIKit.UIView RightView { [Foundation.Export("rightView", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setRightView:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.RightView : UIKit.UIView with get, set

Property Value

This value can be null.

Attributes

Remarks

This view is placed in the RightViewRect(CGRect). If this overlap covers the clear button, the clear button will take priority in receiving events. If the RightView contains a control, then the contained controll will receive priority for events.

Applies to