Condividi tramite


InputDevice.KeyboardTypeNone Campo

Definizione

Attenzione

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

Non c'è tastiera.

[Android.Runtime.Register("KEYBOARD_TYPE_NONE")]
[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 KeyboardTypeNone = 0;
[<Android.Runtime.Register("KEYBOARD_TYPE_NONE")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.InputKeyboardType enum directly instead of this field.", true)>]
val mutable KeyboardTypeNone : Android.Views.InputKeyboardType

Valore del campo

Value = 0

Implementazioni

Attributi

Commenti

Non c'è tastiera.

Documentazione java per android.view.InputDevice.KEYBOARD_TYPE_NONE.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a