Dialog.RegisterForContextMenu(View) Method

Definition

[Android.Runtime.Register("registerForContextMenu", "(Landroid/view/View;)V", "GetRegisterForContextMenu_Landroid_view_View_Handler")]
public virtual void RegisterForContextMenu (Android.Views.View view);
[<Android.Runtime.Register("registerForContextMenu", "(Landroid/view/View;)V", "GetRegisterForContextMenu_Landroid_view_View_Handler")>]
abstract member RegisterForContextMenu : Android.Views.View -> unit
override this.RegisterForContextMenu : Android.Views.View -> unit

Parameters

view
View
Attributes

Remarks

Java documentation for android.app.Dialog.registerForContextMenu(android.view.View).

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.

Applies to

See also