次の方法で共有


INodeWithMenu インターフェイス

定義

ノードがそれ自体のショートカット メニューに関与できるようにします。

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

メソッド

DoDefaultAction()

ノードの既定のアクションを呼び出します。 通常はプロパティ メニューです。

ShowContextMenu(Point)

ショートカット メニューを表示します。

適用対象