Android.Views.ViewGroup.ShowContextMenuForChild Method
Bring up a context menu for the specified view or its ancestors.

Syntax

[Android.Runtime.Register("showContextMenuForChild", "(Landroid/view/View;)Z", "GetShowContextMenuForChild_Landroid_view_View_Handler")]
public virtual bool ShowContextMenuForChild (View originalView)

Parameters

originalView
The source view where the context menu was first invoked

Returns

Documentation for this section has not yet been entered.

Remarks

Bring up a context menu for the specified view or its ancestors.

In most cases, a subclass does not need to override this. However, if the subclass is added directly to the window manager (for example, IViewManager.AddView(View, .LayoutParams)) then it should override this and show the context menu.

[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