Interface IHasContextMenu

GoDiagram®
v10.0.8
by Northwoods Software®

This simple interface is implemented by classes that allow for the use of a ContextMenu, namely Diagram and GraphObject.

Namespace: Northwoods.Go.Tools
Assembly: Northwoods.GoDiagram.WinForms.dll
Syntax
public interface IHasContextMenu

Properties

ContextMenu

A context menu to be shown.

Declaration
IShowHidable ContextMenu { get; set; }
Property Value
Type Description
IShowHidable