Click or drag to resize

CefRunContextMenuCallbackContinue Method

Complete context menu display by selecting the specified |command_id| and |event_flags|.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void Continue(
	int commandId,
	CefEventFlags eventFlags
)

Parameters

commandId  Int32
 
eventFlags  CefEventFlags
 
See Also