Description
This .NET class wraps the IAcadToolContextMenu ObjectARX class.
The stock tool implements IAcadToolContextMenu interface if it wants to customize the context menu displayed in the palette background. This interface is queried from the IAcadStockTool interface.
Class Hierarchy
Autodesk.AutoCAD.Windows.ToolPalette.IAcadToolContextMenu Autodesk.AutoCAD.Windows.ToolPalette.CustomToolBase
C#
public interface IAcadToolContextMenu;
Visual Basic
Public Interface IAcadToolContextMenu