Compartir a través de


UITextField.RightView Propiedad

Definición

Esta propiedad contiene una superposición que se mostrará en el lado derecho del campo de texto.

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

Valor de propiedad

Este valor puede ser null.

Atributos

Comentarios

Esta vista se coloca en .RightViewRect(CGRect) Si esta superposición cubre el botón borrar, el botón borrar tendrá prioridad en la recepción de eventos. Si RightView contiene un control, el control contenido recibirá prioridad para los eventos.

Se aplica a