INodeWithMenu Interface

Definition

Allows a node to be responsible for its own context menu.

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

Methods

DoDefaultAction()

Invokes the default action for the node. Typically the properties menu.

ShowContextMenu(Point)

Shows the context menu.

Applies to