ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Desktop.Framework Namespace / FrameworkApplication Class / CreateContextMenu Method / CreateContextMenu(IEnumerable<String>) Method

CreateContextMenu(IEnumerable<String>) Method
Creates a WPF context menu.
Syntax
public static ContextMenu CreateContextMenu( 
   IEnumerable<string> menuIDs
)

Parameters

menuIDs
The set of DAML menu identifier.

Return Value

A ContextMenu
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

ArcGIS Pro version: 2.1 or higher.
See Also