Click or drag to resize

IRunContextMenuCallbackContinue Method

Version 86.0.240
Complete context menu display by selecting the specified commandId and eventFlags;

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
void Continue(
	CefMenuCommand commandId,
	CefEventFlags eventFlags
)

Parameters

commandId
Type: CefSharpCefMenuCommand
the command Id
eventFlags
Type: CefSharpCefEventFlags
the event flags
See Also