This document is archived and information here might be outdated.  Recommended version.


IShortcutMenu Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IS > IShortcutMenu Interface
ArcGIS Developer Help

IShortcutMenu Interface

Indicator interface that identifies a context menu.

Product Availability

Available with ArcGIS Desktop.

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.

Classes that implement IShortcutMenu

Classes Description
FDLDataSrcMenu (esriDataInteropUI) FDLDataSrcMenu Class
FDLRootMenu (esriDataInteropUI) FDLRootMenu Class
FeatureClassLayerContextMenu (esriTrackingAnalystUI) Object used to extend feature class layer context menu choices.
GxMSDFileContextMenu (esriCatalogUI) Context Menu.
GxSqlDatabaseAdminMenu (esriCatalogUI) Sql database administration context menu.

See Also

IMenuDef Interface