PointerIcon.TypeContextMenu Campo
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Precaución
This constant will be removed in the future version. Use Android.Views.PointerIconType enum directly instead of this field.
Constante de tipo: menú contextual.
[Android.Runtime.Register("TYPE_CONTEXT_MENU", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.PointerIconType enum directly instead of this field.", true)]
public const Android.Views.PointerIconType TypeContextMenu = 1001;
[<Android.Runtime.Register("TYPE_CONTEXT_MENU", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.PointerIconType enum directly instead of this field.", true)>]
val mutable TypeContextMenu : Android.Views.PointerIconType
Valor de campo
Value = 1001Implementaciones
- Atributos
Comentarios
Constante de tipo: menú contextual.
Java documentación para android.view.PointerIcon.TYPE_CONTEXT_MENU.
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.