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

属性值

通常根据用户的语言首选项显示键盘。 可以重新定义它以返回其他文本输入模式,你希望响应者使用特定键盘。

属性

适用于