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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public int GetIndexOf(
	int commandId
)

Parameters

commandId
Type: SystemInt32

Return Value

Type: Int32
See Also