Window.OpenPanel(Int32, KeyEvent) Method

Definition

Opens the panel identified by the feature ID.

[Android.Runtime.Register("openPanel", "(ILandroid/view/KeyEvent;)V", "GetOpenPanel_ILandroid_view_KeyEvent_Handler")]
public abstract void OpenPanel(int featureId, Android.Views.KeyEvent? e);
[<Android.Runtime.Register("openPanel", "(ILandroid/view/KeyEvent;)V", "GetOpenPanel_ILandroid_view_KeyEvent_Handler")>]
abstract member OpenPanel : int * Android.Views.KeyEvent -> unit

Parameters

featureId
Int32

The System.Int32 value used for feature id.

e
KeyEvent

The Android.Views.KeyEvent value used for e.

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