UITextField.InputDelegate Property

Definition

The input delegate object for this UITextField.

public UIKit.IUITextInputDelegate InputDelegate { get; set; }
member this.InputDelegate : UIKit.IUITextInputDelegate with get, set

Property Value

The default value is a system-provided UITextInputDelegate.

Applies to