共用方式為


UITextField.InputView 屬性

定義

當控制項成為第一個回應者時,要使用的自訂檢視。

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

屬性值

這個值可以是 null

屬性

備註

預設值為 null ,而且是標準系統鍵盤。

適用於