UITextInput_Extensions.GetTextInputView(IUITextInput) Method
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.
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.