Click or drag to resize

CefMenuModelCreate Method

Create a new MenuModel with the specified |delegate|.

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static CefMenuModel Create(
	CefMenuModelDelegate handler
)

Parameters

handler
Type: Internal.Xilium.CefGlueCefMenuModelDelegate

Return Value

Type: CefMenuModel
See Also