IRunContextMenuCallbackContinue Method |
Version 130.1.90
Complete context menu display by selecting the specified commandId and eventFlags;
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax void Continue(
CefMenuCommand commandId,
CefEventFlags eventFlags
)
void Continue(
CefMenuCommand commandId,
CefEventFlags eventFlags
)
Parameters
- commandId CefMenuCommand
- the command Id
- eventFlags CefEventFlags
- the event flags
See Also