iOSTextField.KeyboardType

From Xojo Documentation

Property (As Xojo.iOSKeyboardTypes )
aiOSTextField.KeyboardType = newXojo.iOSKeyboardTypesValue
or
Xojo.iOSKeyboardTypesValue = aiOSTextField.KeyboardType

Supported on Mobile (iOS).

Specifies the type of keyboard to use with the text field. The various types are specified using the iOSKeyboardTypes enumeration.

Sample Code

Use the number pad for the text field:

Me.KeyboardType = iOSKeyboardTypes.NumberPad