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.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic int GetIndexOf(
int commandId
)
Parameters
- commandId Int32
-
Return Value
Int32
See Also