IMenuModelGetCommandIdAt Method |
Version 130.1.90
Returns the command id at the specified index or -1 if not found due to invalid range or the index being a separator.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax CefMenuCommand GetCommandIdAt(
int index
)
CefMenuCommand GetCommandIdAt(
int index
)
Parameters
- index Int32
- the index
Return Value
CefMenuCommandCommand or -1 if not found due to invalid range or the index being a separator.
See Also