UITextField.RightView 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 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.