Menu.SupportedModifiersMask Field

Definition

Caution

Use 'Android.Views.IMenu.SupportedModifiersMask'. This class will be removed in a future release.

A mask of all supported modifiers for MenuItem's keyboard shortcuts

[Android.Runtime.Register("SUPPORTED_MODIFIERS_MASK", ApiSince=26)]
[System.Obsolete("Use 'Android.Views.IMenu.SupportedModifiersMask'. This class will be removed in a future release.")]
public const int SupportedModifiersMask = 69647;
[<Android.Runtime.Register("SUPPORTED_MODIFIERS_MASK", ApiSince=26)>]
[<System.Obsolete("Use 'Android.Views.IMenu.SupportedModifiersMask'. This class will be removed in a future release.")>]
val mutable SupportedModifiersMask : int

Field Value

Value = 69647
Attributes

Remarks

A mask of all supported modifiers for MenuItem's keyboard shortcuts

Java documentation for android.view.Menu.SUPPORTED_MODIFIERS_MASK.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to