KeyEvent.IsSystem Property

Definition

Is this a system key? System keys can not be used for menu shortcuts.

public bool IsSystem { [Android.Runtime.Register("isSystem", "()Z", "")] get; }
[<get: Android.Runtime.Register("isSystem", "()Z", "")>]
member this.IsSystem : bool

Property Value

Attributes

Remarks

Is this a system key? System keys can not be used for menu shortcuts.

Java documentation for android.view.KeyEvent.isSystem().

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