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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public CefMenuModel InsertSubMenuAt(
	int index,
	int commandId,
	string label
)

Parameters

index
Type: SystemInt32
commandId
Type: SystemInt32
label
Type: SystemString

Return Value

Type: CefMenuModel
See Also