UITextField.RightViewRect(CGRect) Method

Definition

This method will return the location of the RightView.

[Foundation.Export("rightViewRectForBounds:")]
public virtual CoreGraphics.CGRect RightViewRect (CoreGraphics.CGRect forBounds);
abstract member RightViewRect : CoreGraphics.CGRect -> CoreGraphics.CGRect
override this.RightViewRect : CoreGraphics.CGRect -> CoreGraphics.CGRect

Parameters

forBounds
CGRect

The bounding rectangle.

Returns

Attributes

Remarks

Do not call this method directly. It is provided to allow customizations of the RightView by subclassing.

Applies to