UITextView.InputAccessoryView Property

Definition

A custom view to display when this control becomes the first responder.

public virtual UIKit.UIView InputAccessoryView { [Foundation.Export("inputAccessoryView", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setInputAccessoryView:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.InputAccessoryView : UIKit.UIView with get, set

Property Value

This value can be null.

Attributes

Applies to