- view
- The view that should show a context menu.
Registers a context menu to be shown for the given view (multiple views can show the context menu). This method will set the NoType:android/view/View$OnCreateContextMenuListener;Href=../../../reference/android/view/View.OnCreateContextMenuListener.html on the view to this activity, so Activity.OnCreateContextMenu(Android.Views.IContextMenu, Android.Views.View, Android.Views.View) will be called when it is time to show the context menu.