Android.Views.IViewParent.CreateContextMenu Method
Have the parent populate the specified context menu if it has anything to add (and then recurse on its parent).

Syntax

[Android.Runtime.Register("createContextMenu", "(Landroid/view/ContextMenu;)V", "GetCreateContextMenu_Landroid_view_ContextMenu_Handler:Android.Views.IViewParentInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void CreateContextMenu (IContextMenu menu)

Parameters

menu
The menu to populate

Remarks

Have the parent populate the specified context menu if it has anything to add (and then recurse on its parent).

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1