Click or drag to resize

CefMenuModelGetIndexOf Method

Returns the index associated with the specified |commandId| or -1 if not found due to the command id not existing in the menu.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public int GetIndexOf(
	int commandId
)

Parameters

commandId  Int32
 

Return Value

Int32
See Also