Android.Views.KeyEvent.ModifierMetaStateMask Property
Gets a mask that includes all valid modifier key meta state bits.

Syntax

[get: Android.Runtime.Register("getModifierMetaStateMask", "()I", "GetGetModifierMetaStateMaskHandler")]
public static MetaKeyStates ModifierMetaStateMask { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Gets a mask that includes all valid modifier key meta state bits.

For the purposes of this function, KeyEvent.KEYCODE_CAPS_LOCK, KeyEvent.KEYCODE_SCROLL_LOCK, and KeyEvent.KEYCODE_NUM_LOCK are not considered modifier keys. Consequently, the mask specifically excludes KeyEvent.META_CAPS_LOCK_ON, KeyEvent.META_SCROLL_LOCK_ON and KeyEvent.META_NUM_LOCK_ON.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11