IMenuHandler 接口

定义

重要

此 API 不符合 CLS。

为对象资源管理器提供上下文菜单处理。

public interface class IMenuHandler
[System.CLSCompliant(false)]
public interface IMenuHandler
[<System.CLSCompliant(false)>]
type IMenuHandler = interface
Public Interface IMenuHandler
派生
属性

属性

ContextMenuID

获取上下文菜单的命令 ID。

Parent

获取或设置层次结构中的父节点。

方法

DoDefaultAction()

调用默认菜单项。

FillMenuCommands(IMenuCommandService)

使用菜单项填充 MenuCommandService。

InvokeProperties()

调用属性菜单项。

UpdateMenuCommandsStatus(MenuCommand)

更新命令的状态。

事件

OnRefresh

在刷新事件处理程序时发生。

适用于