Click or drag to resize

CefMenuModelAddSubMenu Method

Add a sub-menu to the menu. The new sub-menu is returned.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public CefMenuModel AddSubMenu(
	int commandId,
	string label
)

Parameters

commandId  Int32
 
label  String
 

Return Value

CefMenuModel
See Also