Keyboard.Key.Codes Property

Definition

Caution

deprecated

All the key codes (unicode or custom code) that this key could generate, zero'th being the most important.

[Android.Runtime.Register("codes")]
[System.Obsolete("deprecated")]
public System.Collections.Generic.IList<int> Codes { get; set; }
[<Android.Runtime.Register("codes")>]
[<System.Obsolete("deprecated")>]
member this.Codes : System.Collections.Generic.IList<int> with get, set

Property Value

IList<Int32>
Attributes

Remarks

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