Window.PerformPanelIdentifierAction(Int32, Int32, MenuPerformFlags) 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.
Performs a panel-menu action identified by an item ID.
[Android.Runtime.Register("performPanelIdentifierAction", "(III)Z", "GetPerformPanelIdentifierAction_IIIHandler")]
public abstract bool PerformPanelIdentifierAction(int featureId, int id, Android.Views.MenuPerformFlags flags);
[<Android.Runtime.Register("performPanelIdentifierAction", "(III)Z", "GetPerformPanelIdentifierAction_IIIHandler")>]
abstract member PerformPanelIdentifierAction : int * int * Android.Views.MenuPerformFlags -> bool
Parameters
- featureId
- Int32
The System.Int32 value used for feature id.
- id
- Int32
The System.Int32 value used for id.
- flags
- MenuPerformFlags
The Android.Views.MenuPerformFlags value used for flags.
Returns
The result of the perform panel identifier action operation.
- 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.