Context menu

2312
1
Jump to solution
01-11-2016 09:54 PM
PankajTyagi
New Contributor II

is there any possibility to create user defined custom context menu in ArcGIS.

Tags (1)
0 Kudos
1 Solution

Accepted Solutions
nicogis
MVP Frequent Contributor

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

View solution in original post

1 Reply
nicogis
MVP Frequent Contributor

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