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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void Continue(
	int commandId,
	CefEventFlags eventFlags
)

Parameters

commandId
Type: SystemInt32
eventFlags
Type: Internal.Xilium.CefGlueCefEventFlags
See Also