Share via


UITextView.InputDelegate Property

Definition

The input delegate object for this UITextField.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public UIKit.IUITextInputDelegate InputDelegate { get; set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
member this.InputDelegate : UIKit.IUITextInputDelegate with get, set

Property Value

The default value is a system-provided UITextInputDelegate.

Attributes

Applies to