Android.Views.KeyEvent.IsModifierKey Method
Returns true if this key code is a modifier key.

Syntax

[Android.Runtime.Register("isModifierKey", "(I)Z", "")]
public static bool IsModifierKey ([Android.Runtime.GeneratedEnum] Keycode keyCode)

Parameters

keyCode
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns true if this key code is a modifier key.

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, this function return false for those keys.

[Android Documentation]

Requirements

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