Window.TogglePanel(Int32, KeyEvent) Method
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.
Toggles the visibility of the panel identified by the feature ID.
[Android.Runtime.Register("togglePanel", "(ILandroid/view/KeyEvent;)V", "GetTogglePanel_ILandroid_view_KeyEvent_Handler")]
public abstract void TogglePanel(int featureId, Android.Views.KeyEvent? e);
[<Android.Runtime.Register("togglePanel", "(ILandroid/view/KeyEvent;)V", "GetTogglePanel_ILandroid_view_KeyEvent_Handler")>]
abstract member TogglePanel : 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.