Activity.CloseContextMenu 方法

定义

以编程方式关闭最近打开的上下文菜单(如果显示)。

[Android.Runtime.Register("closeContextMenu", "()V", "GetCloseContextMenuHandler")]
public virtual void CloseContextMenu ();
[<Android.Runtime.Register("closeContextMenu", "()V", "GetCloseContextMenuHandler")>]
abstract member CloseContextMenu : unit -> unit
override this.CloseContextMenu : unit -> unit
属性

注解

以编程方式关闭最近打开的上下文菜单(如果显示)。

适用于 . 的 android.app.Activity.closeContextMenu()Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于