KeyEvent.IsSystem Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.