Lenguaje

InputDevice.KeyboardTypeAlphabetic Campo

Definición

Precaución

This constant will be removed in the future version. Use Android.Views.InputKeyboardType enum directly instead of this field.

El teclado admite un complemento de teclas alfabéticas.

[Android.Runtime.Register("KEYBOARD_TYPE_ALPHABETIC")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.InputKeyboardType enum directly instead of this field.", true)]
public const Android.Views.InputKeyboardType KeyboardTypeAlphabetic = 2;
[<Android.Runtime.Register("KEYBOARD_TYPE_ALPHABETIC")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.InputKeyboardType enum directly instead of this field.", true)>]
val mutable KeyboardTypeAlphabetic : Android.Views.InputKeyboardType

Valor de campo

Value = 2

Implementaciones

Atributos

Comentarios

El teclado admite un complemento de teclas alfabéticas.

Java documentación para android.view.InputDevice.KEYBOARD_TYPE_ALPHABETIC.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a