INodeWithMenu 接口

定义

允许节点负责其自己的上下文菜单。

public interface class INodeWithMenu
public interface INodeWithMenu
type INodeWithMenu = interface
Public Interface INodeWithMenu

方法

DoDefaultAction()

调用节点的默认操作。 通常为属性菜单。

ShowContextMenu(Point)

显示上下文菜单。

适用于