UITextInput_Extensions.GetTextInputView(IUITextInput) Method

Definition

Returns the input view that provides the coordinate system for geometric operations within the text input.

public static UIKit.UIView GetTextInputView (this UIKit.IUITextInput This);
static member GetTextInputView : UIKit.IUITextInput -> UIKit.UIView

Parameters

This
IUITextInput

The instance on which this method operates.

Returns

Applies to