Share via


NSObject_UIAccessibilityTextOperations.SetAccessibilityTextInputResponder Method

Definition

[Foundation.Export("setAccessibilityTextInputResponder:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void SetAccessibilityTextInputResponder(this Foundation.NSObject This, UIKit.IUITextInput? textInput);
[<Foundation.Export("setAccessibilityTextInputResponder:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member SetAccessibilityTextInputResponder : Foundation.NSObject * UIKit.IUITextInput -> unit

Parameters

This
NSObject
textInput
IUITextInput
Attributes

Applies to