UIKit.UITextField.InputAccessoryView Property
A custom view to display when this control becomes the first responder.

Syntax

[ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_3_2)]
[get: Foundation.Export("inputAccessoryView")]
[get: ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_3_2)]
[set: Foundation.Export("setInputAccessoryView:")]
[set: ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_3_2)]
public virtual UIView InputAccessoryView { get; set; }

Value

The default for this value is null, and no accessory view is displayed.

This value can be null.

Remarks

Assignment to this property will show an accessory view such as a toolbar on top of the UITextField.InputView. Application developers can use this property to create a toolbar, custom keys, etc. without fully replacing the keyboard.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0