IMenuModelSetCommandIdAt Method |
Version 130.1.90
Sets the command id at the specified index.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax bool SetCommandIdAt(
int index,
CefMenuCommand commandId
)
bool SetCommandIdAt(
int index,
CefMenuCommand commandId
)
Parameters
- index Int32
- index
- commandId CefMenuCommand
- the command Id
Return Value
BooleanReturns true on success.
See Also