Condividi tramite


MotionEvent.ButtonBack Campo

Definizione

Attenzione

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

Costante pulsante: pulsante Indietro premuto (pulsante Indietro del mouse).

[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

Valore del campo

Value = 8

Implementazioni

Attributi

Commenti

Costante pulsante: pulsante Indietro premuto (pulsante Indietro del mouse).

Il sistema può inviare un KeyEvent#KEYCODE_BACK tasto all'applicazione quando viene premuto questo pulsante.

Documentazione java per android.view.MotionEvent.BUTTON_BACK.

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

Vedi anche