com.esri.arcgis.framework
Interface IShortcutMenu

All Superinterfaces:
Serializable
All Known Implementing Classes:
GxISCDefContextMenu, GxMSDFileContextMenu

public interface IShortcutMenu
extends Serializable

Indicator interface that identifies a context menu.

When To Use

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.

Product Availability

Available with ArcGIS Desktop.

See Also:
IMenuDef