UITextView.InputView Property

Definition

A custom view to be used when the controll becomes the first responder.

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

Property Value

This value can be null.

Attributes

Remarks

The default value is null and is the standard system keyboard.

Applies to