is there any possibility to create user defined custom context menu in ArcGIS.
Solved! Go to Solution.
IShortcutMenu is an indicator interface that is used only to indicate to the application that the menu should be treated as a context menu. If you are creating a context menu you would implement both IMenuDef and IShortcutMenu
http://resources.arcgis.com/en/help/arcobjects-net/componenthelp/index.html#//0023000000w4000000
IShortcutMenu is an indicator interface that is used only to indicate to the application that the menu should be treated as a context menu. If you are creating a context menu you would implement both IMenuDef and IShortcutMenu
http://resources.arcgis.com/en/help/arcobjects-net/componenthelp/index.html#//0023000000w4000000