UISearchBar.InputAccessoryView Property

Definition

The custom input accessory for the keyboard of this UISearchBar.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIView InputAccessoryView { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("inputAccessoryView", ObjCRuntime.ArgumentSemantic.Strong)] get; [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("setInputAccessoryView:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.InputAccessoryView : UIKit.UIView with get, set

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Applies to