IMenuModelGetCommandIdAt Method  | 
Version 93.1.111 
            Returns the command id at the specified index or -1 if not found due to invalid range or the index being a separator.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 93.1.111.0 (93.1.111.0)
SyntaxCefMenuCommand GetCommandIdAt(
	int index
)
CefMenuCommand GetCommandIdAt(
	int index
)
Parameters
- index
 - Type: SystemInt32
the index 
Return Value
Type: 
CefMenuCommandCommand or -1 if not found due to invalid range or the index being a separator.
See Also