View.ShowContextMenu Method

Definition

Overloads

ShowContextMenu()

Shows the context menu for this view.

ShowContextMenu(Single, Single)

Shows the context menu for this view anchored to the specified view-relative coordinate.

ShowContextMenu()

Shows the context menu for this view.

C#
[Android.Runtime.Register("showContextMenu", "()Z", "GetShowContextMenuHandler")]
public virtual bool ShowContextMenu ();

Returns

true if the context menu was shown, false otherwise

Attributes

Remarks

Shows the context menu for this view.

Java documentation for android.view.View.showContextMenu().

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

.NET for Android .NET for Android API 35 i .NET for Android .NET for Android API 34
Produkt Wersje
.NET for Android .NET for Android API 34, .NET for Android API 35

ShowContextMenu(Single, Single)

Shows the context menu for this view anchored to the specified view-relative coordinate.

C#
[Android.Runtime.Register("showContextMenu", "(FF)Z", "GetShowContextMenu_FFHandler", ApiSince=24)]
public virtual bool ShowContextMenu (float x, float y);

Parameters

x
Single

the X coordinate in pixels relative to the view to which the menu should be anchored, or Float#NaN to disable anchoring

y
Single

the Y coordinate in pixels relative to the view to which the menu should be anchored, or Float#NaN to disable anchoring

Returns

true if the context menu was shown, false otherwise

Attributes

Remarks

Shows the context menu for this view anchored to the specified view-relative coordinate.

Java documentation for android.view.View.showContextMenu(float, float).

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

.NET for Android .NET for Android API 35 i .NET for Android .NET for Android API 34
Produkt Wersje
.NET for Android .NET for Android API 34, .NET for Android API 35