共用方式為


UIResponder.TextInputMode 屬性

定義

這個 UIResponder 的文字輸入模式。 唯讀。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UITextInputMode TextInputMode { [Foundation.Export("textInputMode")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.TextInputMode : UIKit.UITextInputMode

屬性值

通常會根據使用者的語言喜好設定來顯示鍵盤。 您可以重新定義,以傳回您想要回應程式使用特定鍵盤的不同文字輸入模式。

屬性

適用於