MotionEvent.ButtonBack Champ
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
This constant will be removed in the future version. Use Android.Views.MotionEventButtonState enum directly instead of this field.
Constante bouton : bouton Précédent enfoncé (bouton Précédent).
[Android.Runtime.Register("BUTTON_BACK")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.MotionEventButtonState enum directly instead of this field.", true)]
public const Android.Views.MotionEventButtonState ButtonBack = 8;
[<Android.Runtime.Register("BUTTON_BACK")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.MotionEventButtonState enum directly instead of this field.", true)>]
val mutable ButtonBack : Android.Views.MotionEventButtonState
Valeur de champ
Value = 8Implémente
- Attributs
Remarques
Constante bouton : bouton Précédent enfoncé (bouton Précédent).
Le système peut envoyer une KeyEvent#KEYCODE_BACK
touche d’appui à l’application lorsque ce bouton est appuyé.
Documentation Java pour android.view.MotionEvent.BUTTON_BACK
.
Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.