ViewConfiguration.HasPermanentMenuKey Property

Definition

Report if the device has a permanent menu key available to the user.

public virtual bool HasPermanentMenuKey { [Android.Runtime.Register("hasPermanentMenuKey", "()Z", "GetHasPermanentMenuKeyHandler")] get; }
[<get: Android.Runtime.Register("hasPermanentMenuKey", "()Z", "GetHasPermanentMenuKeyHandler")>]
member this.HasPermanentMenuKey : bool

Property Value

Boolean

true if a permanent menu key is present, false otherwise.

Attributes

Remarks

Java documentation for android.view.ViewConfiguration.hasPermanentMenuKey().

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