UIResponder.TextInputMode Property

Definition

The text input mode for this UIResponder. Read-only.

[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

Property Value

Ordinarily displays the keyboard based on the user’s language preferences. It can be redefined to return a different text input mode where you want a responder to use a specific keyboard.

Attributes

Applies to