ArcGIS Pro 2.9 API Reference Guide
RunContextMenu Method (ProNotebookContextMenuHandler)

ArcGIS.Desktop.GeoProcessing.ProNotebook Namespace > ProNotebookContextMenuHandler Class : RunContextMenu Method
Syntax
public bool RunContextMenu( 
   CefSharp.IWebBrowser browserControl,
   CefSharp.IBrowser browser,
   CefSharp.IFrame frame,
   CefSharp.IContextMenuParams parameters,
   CefSharp.IMenuModel model,
   CefSharp.IRunContextMenuCallback callback
)
Public Function RunContextMenu( _
   ByVal browserControl As CefSharp.IWebBrowser, _
   ByVal browser As CefSharp.IBrowser, _
   ByVal frame As CefSharp.IFrame, _
   ByVal parameters As CefSharp.IContextMenuParams, _
   ByVal model As CefSharp.IMenuModel, _
   ByVal callback As CefSharp.IRunContextMenuCallback _
) As Boolean

Parameters

browserControl
browser
frame
parameters
model
callback
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

ProNotebookContextMenuHandler Class
ProNotebookContextMenuHandler Members