KeyEvent.KeycodePrint Campo

Definición

Precaución

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

Constante de código de clave: para imprimir.

[Android.Runtime.Register("KEYCODE_PRINT", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.Keycode enum directly instead of this field.", true)]
public const Android.Views.Keycode KeycodePrint = 323;
[<Android.Runtime.Register("KEYCODE_PRINT", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.Keycode enum directly instead of this field.", true)>]
val mutable KeycodePrint : Android.Views.Keycode

Valor de campo

Value = 323

Implementaciones

Atributos

Comentarios

Constante de código de clave: Para imprimir

Java documentación para android.view.KeyEvent.KEYCODE_PRINT.

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