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

プロパティ値

通常、ユーザーの言語設定に基づいてキーボードが表示されます。 これを再定義して、レスポンダーが特定のキーボードを使用する別のテキスト入力モードを返すことができます。

属性

適用対象