Click or drag to resize

CefMenuModelInsertSubMenuAt Method

Insert a sub-menu in the menu at the specified |index|. 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 InsertSubMenuAt(
	int index,
	int commandId,
	string label
)

Parameters

index  Int32
 
commandId  Int32
 
label  String
 

Return Value

CefMenuModel
See Also